ImageGear .NET v25.2 - Updated
ImageGear.Art.Windows.Controls Assembly / ImageGear.ART.Windows.Controls Namespace / Annotator Class / Settings Property




In This Topic
    Settings Property (Annotator)
    In This Topic
    Gets or sets a reference to the settings for annotating user interface.
    Syntax
    'Declaration
     
    Public Property Settings As AnnotatorSettings
    'Usage
     
    Dim instance As Annotator
    Dim value As AnnotatorSettings
     
    instance.Settings = value
     
    value = instance.Settings
    public AnnotatorSettings Settings {get; set;}
    public: __property AnnotatorSettings* get_Settings();
    public: __property void set_Settings( 
       AnnotatorSettings* value
    );
    public:
    property AnnotatorSettings^ Settings {
       AnnotatorSettings^ get();
       void set (    AnnotatorSettings^ value);
    }

    Property Value

    AnnotatorSettings class.
    See Also