ActiveReports Developer 7
Angle Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > TextBox Class : Angle Property

Glossary Item Box

Returns the number of degrees the text is rotated counter-clockwise. Negative values indicate a clockwise rotation.

Syntax

Visual Basic (Declaration) 
Public Property Angle As System.Single
C# 
public System.float Angle {get; set;}

Property Value

A float value indicating the number of degrees the text is rotated counter-clockwise. Negative values indicate a clockwise rotation.

See Also