ImageGear22.Art Assembly > ImageGear.ART Namespace : ImGearARTTextAutoFitMode Enumeration |
'Declaration <FlagsAttribute()> Public Enum ImGearARTTextAutoFitMode Inherits System.Enum
'Usage Dim instance As ImGearARTTextAutoFitMode
[Flags()] public enum ImGearARTTextAutoFitMode : System.Enum
[Flags()] __value public enum ImGearARTTextAutoFitMode : public System.Enum
[Flags()] public enum class ImGearARTTextAutoFitMode : public System.Enum
Member | Value | Description |
---|---|---|
AdjustHeight | 0x00000001 | Text annotation's height will be automatically adjusted to fit the text within the annotation. |
AdjustWidth | 0x00000002 | Text annotation's width will be automatically adjusted to fit the widest text line within the annotation. |
None | 0x00000000 | No adjustment of text annotation's dimensions is required. |
System.Object
System.ValueType
System.Enum
ImageGear.ART.ImGearARTTextAutoFitMode