Share

ColumnStyle.HeaderJustification Property

Gets or sets the Header Justification of column style



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public TextJustificationType HeaderJustification { get; set; }

VB

Public Property HeaderJustification As TextJustificationType
	Get
	Set

C++

public:
property TextJustificationType HeaderJustification {
	TextJustificationType get ();
	void set (TextJustificationType value);
}

Property Value

TextJustificationType

See Also

Reference

Was this information helpful?