Map for WinForms | ComponentOne
C1.Win.Map Namespace / DashStyle Enumeration

In This Topic
    DashStyle Enumeration
    In This Topic
    Specifies the style of dashed lines.
    Syntax
    'Declaration
     
    
    Public Enum DashStyle 
       Inherits System.Enum
    public enum DashStyle : System.Enum 
    Members
    MemberDescription
    DashSpecifies a line consisting of dashes.
    DashDotSpecifies a line consisting of a repeating pattern of dash-dot.
    DashDotDotSpecifies a line consisting of a repeating pattern of dash-dot-dot.
    DotSpecifies a line consisting of dots.
    SolidSpecifies a solid line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Map.DashStyle

    See Also