LabelStyleDefaultDefaultDraggedStateComponentsLeaderJustification Property |
Gets the boolean value that specifies the justification of label text in relation to the leader.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyBoolean LeaderJustification { get; }
Public ReadOnly Property LeaderJustification As PropertyBoolean
Get
public:
property PropertyBoolean^ LeaderJustification {
PropertyBoolean^ 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