Spread Silverlight 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
Dash Specifies the dash type.
DashDot Specifies the dash dot type.
Dot Specifies the dot type.
Hair Specifies the hair type.
LongDash Specifies the long dash type.
LongDashDot Specifies the long dash dot type.
LongDashDotDot Specifies the long dash dot dot type.
None Specifies none.
Thin Specifies the thin type.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace