Property | Type | Description | |
---|---|---|---|
DurationProperty | |||
InterpolationProperty | |||
UseAnimatedLayoutProperty |
Method | Description | |
---|---|---|
AnimatedPanel ( ) : System |
Initializes an instance of an AnimatedPanel.
|
|
ArrangeElement ( UIElement element, |
Arranges the element by animating it to the specified bounds.
|
|
ArrangeElement ( UIElement element, |
Arranges the element by optionally animating it to the specified bounds.
|
|
BeginArrange ( ) : void |
Creates a new layout animation when an arrange pass starts.
|
|
EndArrange ( ) : void |
Plays the current layout animation when an arrange pass is completed.
|
|
GetInitialRect ( |
Gets the initial bounds of an element.
|
protected ArrangeElement ( UIElement element, |
||
element | UIElement | The element to animate and arrange. |
finalRect | The bounds that the element should use once it is arranged. | |
return | void |
protected ArrangeElement ( UIElement element, |
||
element | UIElement | The element to animate and arrange. |
finalRect | The bounds that the element should use once it is arranged. | |
isAnimated | bool | Whether to animate the element or just arrange it immediately. |
return | void |
protected GetInitialRect ( |
||
panelSize | The size of this panel. | |
elementRect | The computed bounds of the panel. | |
element | UIElement | The element whose initial bounds are required. |
return |
public static DependencyProperty,System.Windows DurationProperty | ||
return |
public static DependencyProperty,System.Windows InterpolationProperty | ||
return |