Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

SizeMode Property (RasterPictureBox)






Determines how the control displays the image and whether it automatically adjusts the display rectangles.
Syntax
public RasterPictureBoxSizeMode SizeMode {get; set;}
'Declaration
 
Public Property SizeMode As RasterPictureBoxSizeMode
'Usage
 
Dim instance As RasterPictureBox
Dim value As RasterPictureBoxSizeMode
 
instance.SizeMode = value
 
value = instance.SizeMode

            

            
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.
Example
Refer to RasterPictureBox.
Requirements

Target Platforms

See Also

Reference

RasterPictureBox Class
RasterPictureBox Members

Error processing SSI file