'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