ComponentOne MultiSelect 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

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also