Leadtools.WinForms Namespace : RasterPictureBoxSizeMode Enumeration |
public enum RasterPictureBoxSizeMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum RasterPictureBoxSizeMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterPictureBoxSizeMode
public enum class RasterPictureBoxSizeMode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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.WinForms.RasterPictureBoxSizeMode