Back to Devexpress

ArcScaleComponent.EasingFunction Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-circular-dot-arcscalecomponent-79ea7ecf.md

latest1.4 KB
Original Source

ArcScaleComponent.EasingFunction Property

Gets or sets an animation function that defines how values change during animation.

Namespace : DevExpress.XtraGauges.Win.Gauges.Circular

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
public IEasingFunction EasingFunction { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Property EasingFunction As IEasingFunction

Property Value

TypeDefaultDescription
DevExpress.XtraGauges.Core.Model.IEasingFunctionnull

An object implementing the DevExpress.XtraGauges.Core.Model.IEasingFunction interface.

|

See Also

ArcScaleComponent Class

ArcScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Circular Namespace