AxisTickStyleJustification Property |
Gets or sets the justification (alignment) of the title.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic AxisTickJustificationType Justification { get; set; }
Public Property Justification As AxisTickJustificationType
Get
Set
public:
property AxisTickJustificationType Justification {
AxisTickJustificationType get ();
void set (AxisTickJustificationType value);
}
Property Value
AxisTickJustificationType
Remarks
If axes type is horizontal, justification values are left, center, or right.
If axes type is vertical or left, justification values are top, middle, or bottom.
See Also