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

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.v19.1.Core.dll

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