Search
BaseScale.PointerAnimationDecelerationRatio Property
See Also
 





Gets or sets the deceleration ratio of the animation of animated pointers. This is a dependency property.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public double PointerAnimationDecelerationRatio { get; set; }

Visual Basic  Copy Code

Public Property PointerAnimationDecelerationRatio As Double

 Property Value

A double value.

 Remarks

The value of this property is assigned to the DecelerationRatio property of the Timeline objects used to animate pointers.

 See Also