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