Leadtools.WinForms Namespace > RasterImageViewer Class : SizeMode Property |
[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;}
'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
'Usage Dim instance As RasterImageViewer Dim value As RasterPaintSizeMode instance.SizeMode = value value = instance.SizeMode
[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); }