ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTTextAutoFitMode Enumeration




In This Topic
    ImGearARTTextAutoFitMode Enumeration
    In This Topic
    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
    MemberValueDescription
    AdjustHeight1Text annotation's height will be automatically adjusted to fit the text within the annotation.
    AdjustWidth2Text annotation's width will be automatically adjusted to fit the widest text line within the annotation.
    None0No adjustment of text annotation's dimensions is required.
    Inheritance Hierarchy

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

    See Also