DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / LineDashType Enumeration

LineDashType Enumeration
Specifies line dash types.
Syntax
'Declaration
 
Public Enum LineDashType 
   Inherits System.Enum
 
Members
MemberDescription
Custom Custom dashing line.
Dash Dash line.
DashDot Dash-dot line.
Dot Dot line.
LargeDash Large dash line.
LargeDashDot Large dash-dot line.
LargeDashDotDot Large dash-dot-dot line.
Solid Solid line.
SystemDash System dash line.
SystemDashDot System dash-dot line.
SystemDashDotDot System dash-dot-dot line.
SystemDot System dot line.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Word.LineDashType

See Also