Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace : RasterPictureBoxSizeMode Enumeration |
public enum RasterPictureBoxSizeMode : System.Enum
'Declaration
Public Enum RasterPictureBoxSizeMode Inherits System.Enum
Value | Member | Description |
---|---|---|
0x00000000 | Normal | Normal, no sizing |
0x00000001 | StretchImage | Fit the image to fill the destination rectangle. The aspect ratio might not be maintained. |
0x00000002 | AutoSize | Perform automatic sizing. |
0x00000003 | CenterImage | Center the image in the middle of the destination rectangle. |
0x00000004 | Fit | Fit and Center the image in the middle of the destination rectangle. |
System.Object
System.ValueType
System.Enum
Leadtools.Controls.RasterPictureBoxSizeMode