LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

SizeMode Property (RasterPictureBox)

Show in webframe





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

 

 


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