ImageGear .NET - Updated
ImGearARTToolBarModes Enumeration




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace : ImGearARTToolBarModes Enumeration
Specifies ART toolbar mode: legacy 2.0 marks and 3.0 marks.
Syntax
'Declaration
 
Public Enum ImGearARTToolBarModes 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearARTToolBarModes
public enum ImGearARTToolBarModes : System.Enum 
__value public enum ImGearARTToolBarModes : public System.Enum 
public enum class ImGearARTToolBarModes : public System.Enum 
Members
MemberDescription
ART20Legacy ART 2.0 mode. Specifies the old style marks.
ART30ART 3.0 marks mode. Specifies the new style marks.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.ART.Forms.ImGearARTToolBarModes

See Also

Reference

ImageGear.ART.Forms Namespace