ArcScaleComponent.EnableAnimation Property
Gets or sets a value specifying whether value indicators should be animated when changing their values.
Namespace: DevExpress.XtraGauges.Win.Gauges.Circular
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
[DefaultValue(false)]
[DXCategory("Appearance")]
public bool EnableAnimation { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true to enable animation; otherwise, false. |
See Also