IArrangeAnimation Interface
Provides the base requirements for an object that can animate the arrangement of a PanelBase's children.
public interface IArrangeAnimation
Methods
GetStoryboard(PanelBase, UIElement, ArrangeState)
Gets a Storyboard that arranges the specified element.
Storyboard GetStoryboard(PanelBase panel, UIElement element, ArrangeState state)
| Parameter | Type | Description |
|---|---|---|
| panel | PanelBase | The panel that contains the |
| element | UIElement | The element that is being arranged. |
| state | ArrangeState | The current arrange state of the |
Returns
- Storyboard:
A Storyboard that arranges the specified element.