Gap Property

Gets the distance between the leader and the label text.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public PropertyDouble Gap { get; }

Visual Basic

Public ReadOnly Property Gap As PropertyDouble
	Get

Visual C++

public:
property PropertyDouble^ Gap {
	PropertyDouble^ get ();
}

Remarks

The gap value is also used to define the space between the border and the label text.

See Also