Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

79a2d182 10ba d153 8863 e832614da9ac

haplokuon edited this page May 6, 2023 · 1 revision

TextOffset Property

netDxf 3.0.0 Library

Gets or sets the distance around the dimension text when the dimension line breaks to accommodate dimension text. (DIMGAP)

Definition

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

Property Value

Double

Remarks

Default: 0.09
Displays a rectangular frame around the dimension text when negative values are used.

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally