LwPolylineVertexStartWidth Property
|
Gets or sets the light weight polyline start segment 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:
DoubleRemarks Widths greater than zero produce wide lines.
See Also