ExtendedVisualStateManager Class

ExtendedVisualStateManager is a custom VisualStateManager that can smooth out the animation of layout properties. With this custom VisualStateManager, states can include changes to properties like Grid.Column, can change element heights to or from Auto, and so on. These changes will be smoothed out over time using the GeneratedDuration and GeneratedEasingFunction of the appropriate transition. See the "VisualStateManager overrides" region below for a general description of the algorithm.

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Class ExtendedVisualStateManager
    Inherits VisualStateManager
'Usage
Dim instance As ExtendedVisualStateManager
public class ExtendedVisualStateManager : VisualStateManager
public ref class ExtendedVisualStateManager : public VisualStateManager
public class ExtendedVisualStateManager extends VisualStateManager
public class ExtendedVisualStateManager extends VisualStateManager

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
     System.Windows.DependencyObject
       System.Windows.VisualStateManager
        Microsoft.Expression.Interactivity.Core.ExtendedVisualStateManager

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ExtendedVisualStateManager Members
Microsoft.Expression.Interactivity.Core Namespace