ComponentOne Document Library for WPF
DashStyle Enumeration

C1.WPF.Document.4 Assembly > C1.WPF.Document Namespace : DashStyle Enumeration
Defines the dash style of a line.
Syntax
'Declaration
 
Public Enum DashStyle 
   Inherits System.Enum
public enum DashStyle : 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

Reference

C1.WPF.Document Namespace