Gets or sets if the text is displayed upside down.

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

Syntax

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

Field Value

True id the text shall be displayed upside down, false otherwise.

Remarks

Default is false

See Also