Gets or sets the justification of the title that displays as the first row of a table.

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

Syntax

C#
public TextJustificationType TitleJustification { get; set; }
Visual Basic
Public Property TitleJustification As TextJustificationType
	Get
	Set
Visual C++
public:
property TextJustificationType TitleJustification {
	TextJustificationType get ();
	void set (TextJustificationType value);
}

Remarks

Table titles must be justified left, center, or right.

See Also