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 DataReader object?
Explain the use of a DropDownStyle property of a ComboBox control?
Briefly describe navigation controls. List the navigation controls that are present in ASP.NET 4.0?
Write about the difference between OLEDB Provider and the SqlClient?
By which command we can turn-off and turn-on CAS?
Describe ExpandoObject and DynamicObject classes.
What we can do to allot page specific attributes in the ASP.NET application?
Is it possible to create a Windows Service by using WPF?
Can a private class be declared in a namespace?
Illustrate the terms Authorization as well as Authentication?
18,76,764
1948546 Asked
3,689
Active Tutors
1451913
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!