Gets or sets ContentAlignment which assignes text alignment.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public ContentAlignment TextAlign { get; set; }
Visual Basic (Declaration)
Public Property TextAlign As ContentAlignment
Visual C++
public:
property ContentAlignment TextAlign {
	ContentAlignment get ();
	void set (ContentAlignment value);
}

See Also