MindFusion.Wpf Pack Programmer's Guide
BaseScale.EnableAnimation Property
See Also
 





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

 Syntax

C#  Copy Code

public bool EnableAnimation { get; set; }

Visual Basic  Copy Code

Public Property EnableAnimation As Boolean

 Property Value

true, to enable animations; otherwise, false.

 Remarks

This property is useful to temporarily disable animations - during initialization phases for example. Animations are always disabled in design-time.

 See Also

BaseScale Members
BaseScale Class
MindFusion.Gauges.Wpf Namespace