ImageGear .NET - Updated
ImGearARTTextAutoFitMode Enumeration




ImageGear24.Art Assembly > ImageGear.ART Namespace : ImGearARTTextAutoFitMode Enumeration
Specifies auto fit mode for text annotations.
Syntax
'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 
Members
MemberDescription
AdjustHeight Text annotation's height will be automatically adjusted to fit the text within the annotation.
AdjustWidth Text annotation's width will be automatically adjusted to fit the widest text line within the annotation.
None No adjustment of text annotation's dimensions is required.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.ART.ImGearARTTextAutoFitMode

See Also

Reference

ImageGear.ART Namespace