ACadSharp.Tables.DimensionStyle.DimensionLineGap - DomCR/ACadSharp GitHub Wiki
Gets or sets the distance around the dimension text when the dimension line breaks to accommodate dimension text (see DIMGAP System Variable).
Also sets the gap between annotation and a hook line created with the LEADER command. If you enter a negative value, DimensionLineGap places a box around the dimension text. The value of DimensionLineGap is also used as the minimum length of each segment of the dimension line. To locate the components of a linear dimension within the extension lines, enough space must be available for both arrowheads (2 x ), both dimension line segments (2 x DimensionLineGap), a gap on either side of the dimension text (another 2 x DimensionLineGap), and the length of the dimension text, which depends on its size and number of decimal places displayed.Namespace: ACadSharp.Tables.DimensionStyle
C#
DxfCodeValueAttribute
public Double DimensionLineGap { get; set; }
Double