ImGearARTTextAutoFitMode Enumeration
In This Topic
Specifies auto fit mode for text annotations.
Syntax
Members
Member | Value | Description |
AdjustHeight | 1 | Text annotation's height will be automatically adjusted to fit the text within the annotation. |
AdjustWidth | 2 | Text annotation's width will be automatically adjusted to fit the widest text line within the annotation. |
None | 0 | No adjustment of text annotation's dimensions is required. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
ImageGear.ART.ImGearARTTextAutoFitMode
See Also