Back to Devexpress

LinearScaleComponent.EasingFunction Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-linear-dot-linearscalecomponent-23ed2089.md

latest1.4 KB
Original Source

LinearScaleComponent.EasingFunction Property

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

Namespace : DevExpress.XtraGauges.Win.Gauges.Linear

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Behavior")]
public IEasingFunction EasingFunction { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Behavior")>
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

LinearScaleComponent Class

LinearScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Linear Namespace