Gets or sets whether a shape is reflected vertically.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also