ComponentOne Document Library for UWP
DashStyle Enumeration

C1.UWP.Document Assembly > C1.Xaml.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.Xaml.Document.DashStyle

See Also

Reference

C1.Xaml.Document Namespace