ArcScale.GeometryChanged Event
Fires after any of the following properties has changed: ArcScale.Center, ArcScale.RadiusX, ArcScale.RadiusY, ArcScale.StartAngle or ArcScale.EndAngle.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Event Data
The GeometryChanged event's data class is EventArgs.
See Also