Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
SizeMode Property
See Also 
Leadtools.WinForms Namespace > RasterImageViewer Class : SizeMode Property



Determines how the control displays the image and the automatic adjustments of the display rectangles.

Syntax

Visual Basic (Declaration) 
Public Overridable Property SizeMode As RasterViewerSizeMode
Visual Basic (Usage)Copy Code
Dim instance As RasterImageViewer
Dim value As RasterViewerSizeMode
 
instance.SizeMode = value
 
value = instance.SizeMode
C# 
public virtual RasterViewerSizeMode SizeMode {get; set;}
C++/CLI 
public:
virtual property RasterViewerSizeMode SizeMode {
   RasterViewerSizeMode get();
   void set (RasterViewerSizeMode value);
}

Return Value

An RasterViewerSizeMode value which determines how the control displays the image and the automatic adjustments of the display rectangles.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also