ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTForms Class / Mode Property




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

    Property Value

    ImGearARTModes enumeration value.
    See Also