ColumnStyleContentJustification Property |
Gets or sets the Content Justification of column style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic TextJustificationType ContentJustification { get; set; }
Public Property ContentJustification As TextJustificationType
Get
Set
public:
property TextJustificationType ContentJustification {
TextJustificationType get ();
void set (TextJustificationType value);
}
Property Value
TextJustificationType
See Also