Gets or sets a value indicating whether animations in the scale are enabled. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public bool EnableAnimation { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EnableAnimation As Boolean |
true, to enable animations; otherwise, false.
RemarksThis property is useful to temporarily disable animations - during initialization phases for example. Animations are always disabled in design-time.
See Also