Search
BaseScale.PointerAnimationDuration Property
See Also
 





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

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

 Syntax

C#  Copy Code

public TimeSpan PointerAnimationDuration { get; set; }

Visual Basic  Copy Code

Public Property PointerAnimationDuration As TimeSpan

 Property Value

A .NET TimeSpan object.

 Remarks

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

 See Also