Share

LabelStyleDefault.DefaultDraggedStateComponents.LeaderJustification 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.280

Syntax

C#

public PropertyBoolean LeaderJustification { get; }

VB

Public ReadOnly Property LeaderJustification As PropertyBoolean
	Get

C++

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

Reference

Was this information helpful?