Gets or sets if the text is displayed backwards.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

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

Field Value

True id the text shall be displayed backwards, false otherwise.

Remarks

Default is false

See Also