PolylineStartWidth Property
|
Gets or sets the polyline start width.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double StartWidth { get; set; }
Public Property StartWidth As Double
Get
Set
public:
property double StartWidth {
double get ();
void set (double value);
}
member StartWidth : float with get, set
PROPERTY StartWidth AS REAL8 GET SET
Property Value
Type:
DoubleSee Also