DimensionStyleTextOffset Property
|
Sets the distance around the dimension text when the dimension line breaks to accommodate dimension text.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double TextOffset { get; set; }
Public Property TextOffset As Double
Get
Set
public:
property double TextOffset {
double get ();
void set (double value);
}
member TextOffset : float with get, set
PROPERTY TextOffset AS REAL8 GET SET
Property Value
Type:
DoubleRemarks Default: 0.09
See Also