ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearMouseToolSettings Class / Annotation Property




In This Topic
    Annotation Property
    In This Topic
    Gets or sets an object that provides access to the annotation mouse tool settings.
    Syntax
    'Declaration
     
    Public Property Annotation As ImGearAnnotationSettings
    'Usage
     
    Dim instance As ImGearMouseToolSettings
    Dim value As ImGearAnnotationSettings
     
    instance.Annotation = value
     
    value = instance.Annotation
    public ImGearAnnotationSettings Annotation {get; set;}
    public: __property ImGearAnnotationSettings* get_Annotation();
    public: __property void set_Annotation( 
       ImGearAnnotationSettings* value
    );
    public:
    property ImGearAnnotationSettings^ Annotation {
       ImGearAnnotationSettings^ get();
       void set (    ImGearAnnotationSettings^ value);
    }

    Property Value

    A ImGearAnnotationSettings object.
    Remarks
    The Annotation property is null by default and can be set to a new AnnotationSettings object to access the default annotation settings or modify them. The AnnotationSettings class is in the ImageGear.Windows.Controls.Art assembly, so the ImageGear.Windows.Controls.Art assembly must be referenced in order to access or modify annotation settings.
    See Also