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 RasterPictureBoxSizeMode : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.WinForms.RasterPictureBoxSizeMode = function() { }; Leadtools.WinForms.RasterPictureBoxSizeMode.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class RasterPictureBoxSizeMode : public System.Enum, System.IComparable, System.IConvertible, System.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: 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