Back to Devexpress

BaseLeafPrimitive.Angle Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-primitive-dot-baseleafprimitive-e5d41350.md

latest1.8 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[Browsable(false)]
public float Angle { get; set; }
vb
<Browsable(False)>
Public Property Angle As Single

Property Value

TypeDescription
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

Location

ScaleFactor

Transform

Coordinate System

BaseLeafPrimitive Class

BaseLeafPrimitive Members

DevExpress.XtraGauges.Core.Primitive Namespace