ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / DashStyle Enumeration

In This Topic
    DashStyle Enumeration
    In This Topic
    Represents the line style of the standard pen.
    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.
    DashDotDotThe pen has alternating dashes and double dots. This style is valid only when the pen width is one or less in device units.
    DotSpecifies a line consisting of dots.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Framework.Drawing.Gdi.DashStyle

    See Also