Gets or sets the Header Justification of column style
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public TextJustificationType HeaderJustification { get; set; } |
| Visual Basic |
|---|
Public Property HeaderJustification As TextJustificationType Get Set |
| Visual C++ |
|---|
public: property TextJustificationType HeaderJustification { TextJustificationType get (); void set (TextJustificationType value); } |