MindFusion.Wpf Pack Programmer's Guide
Pointer.IsAnimated Property
See Also
 





Gets or sets a value indicating whether the pointer should animate when its position changes. This is a dependency property.

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

 Syntax

C#  Copy Code

public bool IsAnimated { get; set; }

Visual Basic  Copy Code

Public Property IsAnimated As Boolean

 Property Value

true to animate the pointer when its value changes; otherwise, false.

 Remarks

This property has effect only when the EnableAnimation property of the scale containing the pointer is set to true. Additionally the pointers never animate in design-time.

 See Also

Pointer Members
Pointer Class
MindFusion.Gauges.Wpf Namespace