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

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

    See Also