Back to Devexpress

XRLabel.Angle Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrlabel-9cc9360b.md

latest3.4 KB
Original Source

XRLabel.Angle Property

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

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(0F)]
[SRCategory(ReportStringId.CatBehavior)]
public virtual float Angle { get; set; }
vb
<DefaultValue(0F)>
<SRCategory(ReportStringId.CatBehavior)>
Public Overridable Property Angle As Single

Property Value

TypeDefaultDescription
Single0

The angle by which label text is rotated.

|

Remarks

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

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

Limitations

See Also

XRLabel Class

XRLabel Members

DevExpress.XtraReports.UI Namespace