ComponentOne Document Library for WinForms
DashStyle Enumeration

C1.Win.C1Document.4 Assembly > C1.Win.C1Document 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.Win.C1Document.DashStyle

See Also

Reference

C1.Win.C1Document Namespace