ComponentOne Word for UWP
DashStyle Enumeration

C1.UWP.Word Assembly > C1.Xaml.Word Namespace : DashStyle Enumeration
Specifies the style of dashed lines drawn with a Pen object.
Syntax
'Declaration
 
Public Enum DashStyle 
   Inherits System.Enum
public enum DashStyle : System.Enum 
Members
MemberDescription
CustomSpecifies a user-defined custom dash style.
DashSpecifies a line consisting of dashes.
DashDotSpecifies a line consisting of a repeating pattern of dash-dot.
DashDotDotSpecifies a line consisting of a repeating pattern of dash-dot-dot.
DotSpecifies a line consisting of dots.
SolidSpecifies a solid line.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Word.DashStyle

See Also

Reference

C1.Xaml.Word Namespace