ComponentOne Word for UWP
ShapeDashedLineStyle Enumeration

C1.UWP.Word Assembly > C1.Xaml.Word.Canvas Namespace : ShapeDashedLineStyle Enumeration
Specifies the dash style of borders drawn around DrawingShape objects.
Syntax
'Declaration
 
Public Enum ShapeDashedLineStyle 
   Inherits System.Enum
public enum ShapeDashedLineStyle : System.Enum 
Members
MemberDescription
DashDash style, analogue PS_DASH pen of system.
DashDotDash-dot style, analogue PS_DASHDOT pen of system.
DashDotDotDash-dot-dot style, analogue PS_DASHDOTDOT pen of system.
DotDot style, analogue PS_DOT pen of system.
LongDashLong dash style.
LongDashDotLong dash-dot style.
LongDashDotDotLong dash-dot-dot style.
ShortDashShort dash style.
ShortDashDotShort dash-dot style.
SolidSolid (continuous) pen.
SquareDotSquare dot style.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.Word.Canvas.ShapeDashedLineStyle

See Also

Reference

C1.Xaml.Word.Canvas Namespace