Gets or sets the justification (alignment) of the title.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public GraphTitleJustificationType Justification { get; set; }
VB
Public Property Justification As GraphTitleJustificationType Get Set
C++
public: property GraphTitleJustificationType Justification { GraphTitleJustificationType get (); void set (GraphTitleJustificationType value); }