C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / DashStyle Enumeration

DashStyle Enumeration
Defines the dash style of a line.
Syntax
'Declaration
 
Public Enum DashStyle 
   Inherits System.Enum
 
Members
MemberDescription
DashDashed line.
DashDotDash-dot line.
DashDotDotDash-dot-dot line.
DotDotted line.
NoneNo line.
SolidSolid line.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Document.DashStyle

See Also