Spread WPF Documentation
StrokeDashType Enumeration


GrapeCity.Windows.SpreadSheet.Data Namespace : StrokeDashType Enumeration
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

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace