Gets or sets the Content Justification of column style.

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

Syntax

C#
public TextJustificationType ContentJustification { get; set; }
Visual Basic
Public Property ContentJustification As TextJustificationType
	Get
	Set
Visual C++
public:
property TextJustificationType ContentJustification {
	TextJustificationType get ();
	void set (TextJustificationType value);
}

See Also