LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

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 RasterPictureBoxSizeMode SizeMode {get; set;}
 get_SizeMode();
set_SizeMode(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterPictureBox Class
RasterPictureBox Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.