Text orientation.

Namespace:  PerpetuumSoft.Framework.Text
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.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