ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPopupText Class / AutoSize Property




In This Topic
    AutoSize Property (ImGearARTPopupText)
    In This Topic
    Gets or sets a value indicating whether the annotation size will be automatically expanded (or shrunk) to fit the given text within the text annotation.
    Syntax
    'Declaration
     
    Public Property AutoSize As Boolean
    'Usage
     
    Dim instance As ImGearARTPopupText
    Dim value As Boolean
     
    instance.AutoSize = value
     
    value = instance.AutoSize
    public bool AutoSize {get; set;}
    public: __property bool get_AutoSize();
    public: __property void set_AutoSize( 
       bool value
    );
    public:
    property bool AutoSize {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    The default value is false.
    See Also