ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTToolBarModes Enumeration




In This Topic
    ImGearARTToolBarModes Enumeration
    In This Topic
    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
    MemberValueDescription
    ART201Legacy ART 2.0 mode. Specifies the old style marks.
    ART300ART 3.0 marks mode. Specifies the new style marks.
    Inheritance Hierarchy

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

    See Also