'Declaration
Public Enum AutoSizeMode Inherits System.Enum
'Usage
Dim instance As AutoSizeMode
public enum AutoSizeMode : System.Enum
public enum class AutoSizeMode : public System.Enum
'Declaration
Public Enum AutoSizeMode Inherits System.Enum
'Usage
Dim instance As AutoSizeMode
public enum AutoSizeMode : System.Enum
public enum class AutoSizeMode : public System.Enum
Member | Description |
---|---|
Auto | Both the height and width are reduced to fit the size of the text displayed. The original width is still used to control the wrapping of the text |
AutoSizeHeight | The original width, as defined by the label's Area is used, but the height is reduced to fit the size of the actual text displayed |
AutoSizeWidth | The original height, as defined by the label's Area is used, but the width is reduced to fit the size of the actual text displayed |
NoAutoSize | The original size, as defined by the label's Area is used. |
System.Object
System.ValueType
System.Enum
DicomObjects.Enums.AutoSizeMode
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