Visual Basic (Declaration) | |
---|---|
Public Enum RasterPictureBoxSizeMode Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterPictureBoxSizeMode |
C# | |
---|---|
public enum RasterPictureBoxSizeMode : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class RasterPictureBoxSizeMode : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
AutoSize | Perform automatic sizing. |
CenterImage | Center the image in the middle of the destination rectangle. |
Fit | Fit and Center the image in the middle of the destination rectangle. |
Normal | Normal, no sizing |
StretchImage | Fit the image to fill the destination rectangle. The aspect ratio might not be maintained. |
System.Object
System.ValueType
System.Enum
Leadtools.WinForms.RasterPictureBoxSizeMode
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7