BaseLeafPrimitive.Angle Property
In This Article
Gets or sets the angle, measured in degrees, at which the current object is displayed.
Namespace: DevExpress.XtraGauges.Core.Primitive
Assembly: DevExpress.XtraGauges.v24.2.Core.dll
NuGet Package: DevExpress.Gauges.Core
#Declaration
#Property Value
Type | Description |
---|---|
Single | The angle at which the current object is displayed, measured in degrees. |
#Remarks
Changing the Angle property rotates the object. The angle is specified in degrees. See Coordinate System to learn more.
See Also