Justification Property

Gets or sets the justification (alignment) of the title.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public GraphTitleJustificationType Justification { get; set; }

Visual Basic

Public Property Justification As GraphTitleJustificationType
	Get
	Set

Visual C++

public:
property GraphTitleJustificationType Justification {
	GraphTitleJustificationType get ();
	void set (GraphTitleJustificationType value);
}

Remarks

If Location is top or bottom, justification values are left, center, or right. If Location is right or left, justification values are top, middle, or bottom.

See Also