This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
79a2d182 10ba d153 8863 e832614da9ac
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the distance around the dimension text when the dimension line breaks to accommodate dimension text. (DIMGAP)
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public double TextOffset { get; set; }
VB
Public Property TextOffset As Double
Get
Set
C++
public:
property double TextOffset {
double get ();
void set (double value);
}
F#
member TextOffset : float with get, set
Double
Default: 0.09
Displays a rectangular frame around the dimension text when negative values are used.