Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / DashStyle Enumeration


In This Topic
    DashStyle Enumeration
    In This Topic
    Represents line dash values.
    Syntax
    'Declaration
     
    
    Public Enum DashStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DashStyle
    public enum DashStyle : System.Enum 
    Members
    MemberDescription
    CustomSpecifies a user-defined custom dash style.
    DashLine is made up of dashes.
    DashDotLine is made up of dash-dots.
    DotLine is made up of dots.
    LargeDashLine is made up of large dashes.
    LargeDashDotLine is made up of large dash-dots.
    LargeDashDotDotLine is made up of large dash-dot-dots.
    RoundDashLine is made up of round dashes.
    RoundDashDotLine is made up of round dash-dots.
    RoundDashDotDotLine is made up of round dash-dot-dots.
    RoundDotLine is made up of round dots.
    SolidLine is made up of solid line.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Drawing.DashStyle

    See Also