PolylineVertexEndWidth Property
|
Gets or sets the light weight polyline end segment width.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double EndWidth { get; set; }
Public Property EndWidth As Double
Get
Set
public:
property double EndWidth {
double get ();
void set (double value);
}
member EndWidth : float with get, set
PROPERTY EndWidth AS REAL8 GET SET
Property Value
Type:
DoubleRemarks Widths greater than zero produce wide lines.
See Also