GridLayoutAnimationController.DirectionPriority 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回動畫的方向優先順序。 -或- 指定動畫的方向優先順序。
public virtual Android.Views.Animations.Priority DirectionPriority { [Android.Runtime.Register("getDirectionPriority", "()I", "GetGetDirectionPriorityHandler")] get; [Android.Runtime.Register("setDirectionPriority", "(I)V", "GetSetDirectionPriority_IHandler")] set; }
[<get: Android.Runtime.Register("getDirectionPriority", "()I", "GetGetDirectionPriorityHandler")>]
[<set: Android.Runtime.Register("setDirectionPriority", "(I)V", "GetSetDirectionPriority_IHandler")>]
member this.DirectionPriority : Android.Views.Animations.Priority with get, set
屬性值
動畫方向的優先順序
- 屬性
備註
屬性 getter 檔:
傳回動畫的方向優先順序。 優先權可以是 #PRIORITY_NONE
、 #PRIORITY_COLUMN
或 #PRIORITY_ROW
。
的 android.view.animation.GridLayoutAnimationController.getDirectionPriority()
Java 檔。
屬性 setter 檔:
指定動畫的方向優先順序。 例如, #PRIORITY_COLUMN
會優先使用數據行:動畫會先在數據行上播放,然後在數據列上播放。Z
的 android.view.animation.GridLayoutAnimationController.setDirectionPriority(int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。