Gets the leader related properties of the default label style settings.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public LabelStyleBase Properties { get; }
VB
Public ReadOnly Property Properties As LabelStyleBase Get
C++
public: property LabelStyleBase^ Properties { LabelStyleBase^ get (); }