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
SyntaxC#
Copy Code
|
|---|
public bool IsAnimated { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsAnimated As Boolean |
true to animate the pointer when its value changes; otherwise, false.
RemarksThis 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