The methods of Xamarin.Forms.ViewExtensions are listed below. For a list of all members, see the ViewExtensions Members list.
See Also: Inherited members from System.Object
static | CancelAnimations(VisualElement)Aborts the TranslateTo, LayoutTo, RotateTo, ScaleTo, and FadeTo animations on view element. | |
static | FadeTo(this VisualElement, double, uint, Easing)Returns a task that performs the fade that is described by the opacity, length, and easing parameters. | |
static | LayoutTo(this VisualElement, Rectangle, uint, Easing)Returns a task that eases the bounds of the Xamarin.Forms.VisualElement that is specified by the view to the rectangle that is specified by the bounds parameter. | |
static | RelRotateTo(this VisualElement, double, uint, Easing)Rotates the Xamarin.Forms.VisualElement that is specified by view from its current rotation by drotation. | |
static | RelScaleTo(this VisualElement, double, uint, Easing)Returns a task that scales the Xamarin.Forms.VisualElement that is specified by view from its current scale to dscale. | |
static | RotateTo(this VisualElement, double, uint, Easing)Returns a task that performs the rotation that is described by the rotation, length, and easing parameters.. | |
static | RotateXTo(this VisualElement, double, uint, Easing)Returns a task that skews the Y axis by opacity, taking time length and using easing. | |
static | RotateYTo(this VisualElement, double, uint, Easing)Returns a task that skews the X axis by opacity, taking time length and using easing. | |
static | ScaleTo(this VisualElement, double, uint, Easing)Returns a task that scales the Xamarin.Forms.VisualElement that is specified by view to the absolute scale factor scale. | |
static | TranslateTo(this VisualElement, double, double, uint, Easing)Animates an elements TranslationX and TranslationY properties from their current values to the new values. | |