ViewExtensions.ScaleYTo(VisualElement, Double, UInt32, Easing) Method
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.
public static System.Threading.Tasks.Task<bool> ScaleYTo (this Xamarin.Forms.VisualElement view, double scale, uint length = 250, Xamarin.Forms.Easing easing = default);
static member ScaleYTo : Xamarin.Forms.VisualElement * double * uint32 * Xamarin.Forms.Easing -> System.Threading.Tasks.Task<bool>
Parameters
- view
- VisualElement
- scale
- System.Double
- length
- System.UInt32
- easing
- Easing
Returns
System.Threading.Tasks.Task<System.Boolean>