ViewExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for Views, providing animatable scaling, rotation, and layout functions.
public static class ViewExtensions
type ViewExtensions = class
- Inheritance
-
System.ObjectViewExtensions
Methods
CancelAnimations(VisualElement) |
Aborts the TranslateTo, LayoutTo, RotateTo, ScaleTo, and FadeTo animations on |
FadeTo(VisualElement, Double, UInt32, Easing) |
Returns a task that performs the fade that is described by the |
LayoutTo(VisualElement, Rectangle, UInt32, Easing) |
Returns a task that eases the bounds of the VisualElement that is specified by the |
RelRotateTo(VisualElement, Double, UInt32, Easing) |
Rotates the VisualElement that is specified by |
RelScaleTo(VisualElement, Double, UInt32, Easing) |
Returns a task that scales the VisualElement that is specified by |
RotateTo(VisualElement, Double, UInt32, Easing) |
Returns a task that performs the rotation that is described by the |
RotateXTo(VisualElement, Double, UInt32, Easing) |
Returns a task that skews the Y axis by |
RotateYTo(VisualElement, Double, UInt32, Easing) |
Returns a task that skews the X axis by |
ScaleTo(VisualElement, Double, UInt32, Easing) |
Returns a task that scales the VisualElement that is specified by |
ScaleXTo(VisualElement, Double, UInt32, Easing) | |
ScaleYTo(VisualElement, Double, UInt32, Easing) | |
TranslateTo(VisualElement, Double, Double, UInt32, Easing) |
Animates an elements TranslationX and TranslationY properties from their current values to the new values. This ensures that the input layout is in the same position as the visual layout. |