Version

GridAnimationPhaseSettings Class Members

The following tables list the members exposed by GridAnimationPhaseSettings.

Public Constructors
Public Properties
 NameDescription
Public PropertyDesiredSubItemDurationMillisecondsThe desired amount of time each item animating should take, in milliseconds  
Public PropertyDurationMillisecondsThe duration of an animation, in milliseconds  
Public PropertyEasingFunctionTypeConfigures the Easing function used to animate the individual items  
Public PropertyHoldInitialMillisecondsThe amount of time to delay an animation, in milliseconds.  
Public PropertyPerItemDelayMillisecondsThe amount of time to delay each item animating, in milliseconds  
Public PropertyShouldItemsFinishSimultaneouslyConfigures whether all items animating should finish simultaneously  
Public PropertySubItemDurationMillisecondsThe amount of time each item animating should take, in milliseconds  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedUsed to invoke the PropertyChanged event.  
Public Events
 NameDescription
Public EventPropertyChangedIndicates a property has changed.  
See Also