Returns alignment in the Rich Text format.

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

Syntax

C#
protected string CreateAlignmentString(
	ContentAlignment alignment
)
Visual Basic (Declaration)
Protected Function CreateAlignmentString ( _
	alignment As ContentAlignment _
) As String
Visual C++
protected:
String^ CreateAlignmentString(
	ContentAlignment alignment
)

Parameters

alignment
Type: System.Drawing..::.ContentAlignment

See Also