LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

SizeMode Property (RasterImageViewer)

Show in webframe





Determines how the control displays the image and the automatic adjustments of the display rectangles.
Syntax
[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);
}

Property Value

Value which determines how the control displays the image and the automatic adjustments of the display rectangles.
Example
Refer to RasterImageViewer.
Requirements

Target Platforms

See Also

Reference

RasterImageViewer Class
RasterImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.