ShapeObject
StrokeWeight Property
|
Defines the brush thickness that strokes the path of a shape in points.
Namespace:
Spire.Doc.Fields
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public double StrokeWeight { get; set; }
Public Property StrokeWeight As Double
Get
Set
public:
property double StrokeWeight {
double get ();
void set (double value);
}
member StrokeWeight : float with get, set
Property Value
Type:
Double
See Also