ImageGear .NET - Updated
Mode Property (ImGearARTForms)




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTForms Class : Mode Property
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

Reference

ImGearARTForms Class
ImGearARTForms Members
ImGearARTModes Enumeration