The rotation angle of the text. The angle is in degrees (positive values rotate in counterclockwise).

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

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

See Also