ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Canvas Namespace / ShapeLineStyle Enumeration

In This Topic
    ShapeLineStyle Enumeration
    In This Topic
    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.C1Word.Canvas.ShapeLineStyle

    See Also