Gets or sets the rotation of the text.

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

Syntax

C#
public double Rotation { get; set; }
Visual Basic (Declaration)
Public Property Rotation As Double
Visual C++
public:
property double Rotation {
	double get ();
	void set (double value);
}

Field Value

The rotation of the text.

Remarks

Default is 0.0

See Also