Gets or sets whether the gradient rotated with shape.

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

Syntax

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

See Also