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




In This Topic
    ImGearARTPenStyle Enumeration
    In This Topic
    Specifies pen styles.
    Syntax
    'Declaration
     
    Public Enum ImGearARTPenStyle 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearARTPenStyle
    public enum ImGearARTPenStyle : System.Enum 
    __value public enum ImGearARTPenStyle : public System.Enum 
    public enum class ImGearARTPenStyle : public System.Enum 
    Members
    MemberValueDescription
    DASH1Line consisting of dashes.
    DASHDOT3Line consisting of a repeating pattern of dash-dot.
    DASHDOTDOT4Line consisting of a repeating pattern of dash-dot-dot.
    DOT2Line consisting of dots.
    PDFDASH15Dash pattern compatible with Adobe Acrobat's "Dashed 1" style.
    PDFDASH26Dash pattern compatible with Adobe Acrobat's "Dashed 2" style.
    PDFDASH37Dash pattern compatible with Adobe Acrobat's "Dashed 3" style.
    PDFDASH48Dash pattern compatible with Adobe Acrobat's "Dashed 4" style.
    PDFDASH59Dash pattern compatible with Adobe Acrobat's "Dashed 5" style.
    PDFDASH610Dash pattern compatible with Adobe Acrobat's "Dashed 6" style.
    SOLID0Solid line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.ART.ImGearARTPenStyle

    See Also