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.4.2516.0

Syntax

C#
public PropertyBoolean LeaderJustification { get; }
Visual Basic
Public ReadOnly Property LeaderJustification As PropertyBoolean
	Get
Visual C++
public:
property PropertyBoolean^ LeaderJustification {
	PropertyBoolean^ get ();
}

Remarks

If true, text is left-justified when the leader is on the left, and right-justified when the leader is on the right, as shown in the following illustration. This is the default setting. If false, text is left-justified regardless of leader location.

See Also