ViewExtensions.ScaleYTo(VisualElement, Double, UInt32, Easing) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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>
參數
- view
- VisualElement
- scale
- System.Double
- length
- System.UInt32
- easing
- Easing
傳回
System.Threading.Tasks.Task<System.Boolean>