GraphTitleStyleJustification Property |
Gets or sets the justification (alignment) of the title.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic GraphTitleJustificationType Justification { get; set; }
Public Property Justification As GraphTitleJustificationType
Get
Set
public:
property GraphTitleJustificationType Justification {
GraphTitleJustificationType get ();
void set (GraphTitleJustificationType value);
}
Property Value
GraphTitleJustificationType
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