Skip to main content
A newer version of this page is available. .

XRLabel.Angle Property

Gets or sets the angle by which the XRLabel‘s text is rotated.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[DefaultValue(0F)]
[SRCategory(ReportStringId.CatBehavior)]
public virtual float Angle { get; set; }

Property Value

Type Default Description
Single 0

The angle by which the label’s text is rotated.

Remarks

Use the Angle property to specify the angle by which the XRLabel‘s text is rotated:

The angle is measured in degrees. The text is rotated in the counterclockwise direction.

Limitations

See Also