| Visual Basic (Declaration) | |
|---|---|
<DescriptionAttribute("Select one of the size modes available to the control (normal, Stretch, Fit, Fit Always or Fit Width).")> <CategoryAttribute("Appearance")> Public Overridable Property SizeMode As RasterPaintSizeMode | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterImageViewer Dim value As RasterPaintSizeMode instance.SizeMode = value value = instance.SizeMode | |
| C# | |
|---|---|
[DescriptionAttribute("Select one of the size modes available to the control (normal, Stretch, Fit, Fit Always or Fit Width).")] [CategoryAttribute("Appearance")] public virtual RasterPaintSizeMode SizeMode {get; set;} | |
| C++/CLI | |
|---|---|
[DescriptionAttribute("Select one of the size modes available to the control (normal, Stretch, Fit, Fit Always or Fit Width).")] [CategoryAttribute("Appearance")] public: virtual property RasterPaintSizeMode SizeMode { RasterPaintSizeMode get(); void set ( RasterPaintSizeMode value); } | |
Property Value
Value which determines how the control displays the image and the automatic adjustments of the display rectangles.Refer to RasterImageViewer.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code