LabelStyleDefaultDefaultDraggedStateComponentsLeaderJustification Property

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.292
Syntax
public PropertyBoolean LeaderJustification { get; }

Property Value

PropertyBoolean
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