C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Canvas Namespace / ShapeLineStyle Enumeration

ShapeLineStyle Enumeration
Specifies the style of borders drawn around DrawingShape objects.
Syntax
'Declaration
 
Public Enum ShapeLineStyle 
   Inherits 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.WPF.Word.Canvas.ShapeLineStyle

See Also