ShapeObject
LineDashing Property
|
Defines the line dashing 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 LineDashing LineDashing { get; set; }
Public Property LineDashing As LineDashing
Get
Set
public:
property LineDashing LineDashing {
LineDashing get ();
void set (LineDashing value);
}
member LineDashing : LineDashing with get, set
Property Value
Type:
LineDashing
See Also