Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StrokeDashType Enumeration


In This Topic
    StrokeDashType Enumeration
    In This Topic
    Specifies the dash type.
    Syntax
    'Declaration
     
    Public Enum StrokeDashType 
       Inherits System.Enum
    'Usage
     
    Dim instance As StrokeDashType
    public enum StrokeDashType : System.Enum 
    Members
    MemberDescription
    DashSpecifies the dash type.
    DashDotSpecifies the dash dot type.
    DotSpecifies the dot type.
    HairSpecifies the hair type.
    LongDashSpecifies the long dash type.
    LongDashDotSpecifies the long dash dot type.
    LongDashDotDotSpecifies the long dash dot dot type.
    NoneSpecifies none.
    ThinSpecifies the thin type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Windows.SpreadSheet.Data.StrokeDashType

    See Also