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




In This Topic
    ImGearARTLineHeadType Enumeration
    In This Topic
    Specifies line mark's head types.
    Syntax
    'Declaration
     
    Public Enum ImGearARTLineHeadType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearARTLineHeadType
    public enum ImGearARTLineHeadType : System.Enum 
    __value public enum ImGearARTLineHeadType : public System.Enum 
    public enum class ImGearARTLineHeadType : public System.Enum 
    Members
    MemberValueDescription
    CIRCLE7Circle head.
    DIAMOND6Diamond head.
    NONE4Without head.
    OPEN2Open pointer head.
    POINTER0Regular pointer head.
    POINTER_SOLID3Solid pointer head.
    SLASH8Slash head.
    SOLID1Solid head.
    SQUARE5Square head.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.ART.ImGearARTLineHeadType

    See Also