Gets or sets the angle in degrees used to render the text.

Namespace:  C1.Phone.Pdf
Assembly:  C1.Phone.Pdf (in C1.Phone.Pdf.dll)

Syntax

C#
public double Angle { get; set; }
Visual Basic
Public Property Angle As Double
	Get
	Set

Remarks

Angles are measured counter-clockwise from the left to right direction.

See Also