Skip to main content

BaseLeafPrimitive.Angle Property

Gets or sets the angle, measured in degrees, at which the current object is displayed.

Namespace: DevExpress.XtraGauges.Core.Primitive

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

[Browsable(false)]
public float Angle { get; set; }

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