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




In This Topic
    Mode Property (Annotator)
    In This Topic
    Gets or sets the annotation mode.
    Syntax
    'Declaration
     
    Public Property Mode As Mode
    'Usage
     
    Dim instance As Annotator
    Dim value As Mode
     
    instance.Mode = value
     
    value = instance.Mode
    public Mode Mode {get; set;}
    public: __property Mode get_Mode();
    public: __property void set_Mode( 
       Mode value
    );
    public:
    property Mode Mode {
       Mode get();
       void set (    Mode value);
    }

    Property Value

    Mode enumeration value.
    See Also