共用方式為


ViewGroup.AlwaysDrawnWithCacheEnabled 屬性

定義

指出這個 ViewGroup 是否一律會嘗試使用其繪圖快取來繪製其子系。 -或- 指出這個 ViewGroup 是否一律會嘗試使用其繪圖快取來繪製其子系。

public virtual bool AlwaysDrawnWithCacheEnabled { [Android.Runtime.Register("isAlwaysDrawnWithCacheEnabled", "()Z", "GetIsAlwaysDrawnWithCacheEnabledHandler")] get; [Android.Runtime.Register("setAlwaysDrawnWithCacheEnabled", "(Z)V", "GetSetAlwaysDrawnWithCacheEnabled_ZHandler")] set; }
[<get: Android.Runtime.Register("isAlwaysDrawnWithCacheEnabled", "()Z", "GetIsAlwaysDrawnWithCacheEnabledHandler")>]
[<set: Android.Runtime.Register("setAlwaysDrawnWithCacheEnabled", "(Z)V", "GetSetAlwaysDrawnWithCacheEnabled_ZHandler")>]
member this.AlwaysDrawnWithCacheEnabled : bool with get, set

屬性值

如果啟用動畫快取,則為 true,否則為 false

屬性

備註

屬性 getter 檔:

指出這個 ViewGroup 是否一律會嘗試使用其繪圖快取來繪製其子系。 根據預設,此屬性會啟用。

已取代這個成員。 從 起 android.os.Build.VERSION_CODES#M,會忽略這個屬性。 子檢視可能不再讓父代停用其快取行為。

android.view.ViewGroup.isAlwaysDrawnWithCacheEnabled()Java 檔。

屬性 setter 檔:

指出這個 ViewGroup 是否一律會嘗試使用其繪圖快取來繪製其子系。 當快取轉譯與子系的一般轉譯稍有不同時,這個屬性可以設定為 true。 例如,當快取的品質設定為低時,轉譯可能會不同。

當這個屬性停用時,ViewGroup 只會在要求時使用其子系的繪圖快取。 子類別的工作通常是告訴 ViewGroup 何時開始使用繪圖快取,以及何時停止使用它。

已取代這個成員。 從 起 android.os.Build.VERSION_CODES#M,會忽略這個屬性。 子檢視可能不再讓父代停用其快取行為。

android.view.ViewGroup.setAlwaysDrawnWithCacheEnabled(boolean)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

另請參閱