Function of SizeMode property
Describe the function of a SizeMode property of a PictureBox control?
Expert
SizeMode property determines how picture will be displayed in a PictureBox control. There are five enumerations which are used to set a value of SizeMode property such as:
1. Zoom – It helps in enlarging or shrinking image so that it will fit in the PictureBox control, through maintaining an aspect ratio of a image
2. StretchImage – It displays image according to the PictureBox size
3. Normal – It represents Standard picture box behaviour like the upper-left corner of an image is placed at upper-left in a picture box
4. AutoSize – It increases or decreases a picture size automatically according to the actual size of a PictureBox control.
5. CenterImage – It displays an image in the center if it is smaller than a PictureBox control; otherwise, centre part of an image is placed in a PictureBox control and the edges which are outside are clipped.
Explain Hashtable?
State the naming conventions essential for XML elements tags?
What are the steps involve in Assembly execution?
Describe the term Cloud?
Write the advantages of the code-behind feature?
Write ASP.NET configuration options that are supported in ASP.NET implementation on shared Web hosting platform?
By which method we can post a Web page to another Web page?
Name the methods of DataView class?
How can we programmatically place a cursor on the given line or on the character in a RichTextBox control in the C#?
Describe the naming conventions that are necessary for XML elements tags?
18,76,764
1955949 Asked
3,689
Active Tutors
1419229
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!