ShapeObject
LineStyle Property
|
Defines the line style of the stroke.
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public ShapeLineStyle LineStyle { get; set; }
Public Property LineStyle As ShapeLineStyle
Get
Set
public:
property ShapeLineStyle LineStyle {
ShapeLineStyle get ();
void set (ShapeLineStyle value);
}
member LineStyle : ShapeLineStyle with get, set
Property Value
Type:
ShapeLineStyle
See Also