Returns text alignment for a control.

Namespace:  PerpetuumSoft.Reporting.Export.Csv.Adapters
Assembly:  PerpetuumSoft.Reporting.Export.Csv (in PerpetuumSoft.Reporting.Export.Csv.dll) Version: 3.9.0.1

Syntax

C#
public virtual ContentAlignment GetAlignment(
	ReportControl control
)
Visual Basic (Declaration)
Public Overridable Function GetAlignment ( _
	control As ReportControl _
) As ContentAlignment
Visual C++
public:
virtual ContentAlignment GetAlignment(
	ReportControl^ control
)

See Also