Indicates whether the control text is printed right-to-left.

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

Syntax

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

See Also