HatchPatternScale Property
|
Gets or sets the pattern scale (not applicable in Solid fills).
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double Scale { get; set; }
Public Property Scale As Double
Get
Set
public:
property double Scale {
double get ();
void set (double value);
}
member Scale : float with get, set
PROPERTY Scale AS REAL8 GET SET
Property Value
Type:
DoubleSee Also