Gets and sets text aligment.

Namespace:  PerpetuumSoft.Reporting.Export.ExcelXml
Assembly:  PerpetuumSoft.Reporting.Export.ExcelXml (in PerpetuumSoft.Reporting.Export.ExcelXml.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