Visual Basic (Declaration) | |
---|---|
Public Property SizeMode As RasterPictureBoxSizeMode |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterPictureBox Dim value As RasterPictureBoxSizeMode instance.SizeMode = value value = instance.SizeMode |
C# | |
---|---|
public RasterPictureBoxSizeMode SizeMode {get; set;} |
C++/CLI | |
---|---|
public: property RasterPictureBoxSizeMode SizeMode { RasterPictureBoxSizeMode get(); void set ( RasterPictureBoxSizeMode value); } |
Property Value
Value which determines how the control displays the image and whether it automatically adjusts the display rectangles.Refer to RasterPictureBox.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7