Visual Basic (Declaration) | |
---|---|
Public Enum RasterPictureBoxSizeMode Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum RasterPictureBoxSizeMode : Enum |
C++/CLI | |
---|---|
public enum class RasterPictureBoxSizeMode : public Enum |
Member | Description |
---|---|
Normal | Normal, no sizing |
StretchImage | Fit the image to fill the destination rectangle. The aspect ratio might not be maintained. |
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. |
System.Object
System.ValueType
System.Enum
Leadtools.WinForms.RasterPictureBoxSizeMode
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family