[]
        
(Showing Draft Content)

C1.WPF.Word.Canvas.ShapeLineStyle

ShapeLineStyle Enum

Specifies the style of borders drawn around DrawingShape objects.

Namespace: C1.WPF.Word.Canvas
Assembly: C1.WPF.Word.4.6.2.dll
Syntax
public enum ShapeLineStyle

Fields

Name Description
Double

Double lines of equal width.

Simple

Single line (of width LineWidth).

ThickThin

Double lines, one thick, one thin.

ThinThick

Double lines, reverse order.

Triple

Three lines, thin, thick, thin.