Share

LabelStyleBase.BaseDraggedStateComponents.Gap Property

Gets the distance between the leader and the label text.



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

Syntax

C#

public PropertyDouble Gap { get; }

VB

Public ReadOnly Property Gap As PropertyDouble
	Get

C++

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

Property Value

PropertyDouble

Remarks

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

See Also

Reference

Was this information helpful?