Gets the boolean value that specifies the justification of label text in relation to the leader.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyBoolean LeaderJustification { get; }
VB
Public ReadOnly Property LeaderJustification As PropertyBoolean Get
C++
public: property PropertyBoolean^ LeaderJustification { PropertyBoolean^ get (); }