ComponentOne Word for UWP
ShapeLineStyle Enumeration

C1.UWP.Word Assembly > C1.Xaml.Word.Canvas Namespace : ShapeLineStyle Enumeration
Specifies the style of borders drawn around DrawingShape objects.
Syntax
'Declaration
 
Public Enum ShapeLineStyle 
   Inherits System.Enum
public enum ShapeLineStyle : System.Enum 
Members
MemberDescription
DoubleDouble lines of equal width.
SimpleSingle line (of width LineWidth).
ThickThinDouble lines, one thick, one thin.
ThinThickDouble lines, reverse order.
TripleThree lines, thin, thick, thin.
Inheritance Hierarchy

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

See Also

Reference

C1.Xaml.Word.Canvas Namespace