PolylineEndWidth Property
|
Gets or sets the polyline end 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:
DoubleSee Also