TableStyleTitleJustification Property |
Gets or sets the justification of the title that displays as the first row of a table.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic TextJustificationType TitleJustification { get; set; }
Public Property TitleJustification As TextJustificationType
Get
Set
public:
property TextJustificationType TitleJustification {
TextJustificationType get ();
void set (TextJustificationType value);
}
Property Value
TextJustificationType
Remarks
Table titles must be justified left, center, or right.
See Also