Gets the gap, in plotted units, between the label text and the boarder.
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 (); }