Back to Devexpress

ArcScale.Center Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscale-2457b998.md

latest1.7 KB
Original Source

ArcScale.Center Property

Gets or sets the center of the scale arc.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public PointF2D Center { get; set; }
vb
Public Property Center As PointF2D

Property Value

TypeDescription
DevExpress.XtraGauges.Core.Base.PointF2D

A point that represents the center of the scale arc, in relative coordinates.

|

Remarks

The ArcScale.RadiusX and ArcScale.RadiusY properties specify the radii of the scale arc along the X and Y axes.

See Coordinate System, to learn about relative coordinates.

See Also

RadiusX

RadiusY

ArcScale Class

ArcScale Members

DevExpress.XtraGauges.Core.Model Namespace