ViewExtensions.RotateYTo(VisualElement, Double, UInt32, Easing) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回透過 opacity
耗費時間 length
及使用 easing
扭曲 X 軸的工作。
public static System.Threading.Tasks.Task<bool> RotateYTo (this Xamarin.Forms.VisualElement view, double rotation, uint length = 250, Xamarin.Forms.Easing easing = default);
static member RotateYTo : Xamarin.Forms.VisualElement * double * uint32 * Xamarin.Forms.Easing -> System.Threading.Tasks.Task<bool>
參數
- view
- VisualElement
要在其上執行此方法的檢視。
- rotation
- System.Double
最終旋轉值。
- length
- System.UInt32
顯示轉換動畫的時間,單位為毫秒。 預設為 250。
- easing
- Easing
用於動畫的 easing 函式。
傳回
System.Threading.Tasks.Task<System.Boolean>