UIElement.CacheMode Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan atau mengatur representasi cache dari UIElement.
public:
property System::Windows::Media::CacheMode ^ CacheMode { System::Windows::Media::CacheMode ^ get(); void set(System::Windows::Media::CacheMode ^ value); };
public System.Windows.Media.CacheMode CacheMode { get; set; }
member this.CacheMode : System.Windows.Media.CacheMode with get, set
Public Property CacheMode As CacheMode
Nilai Properti
CacheMode yang menyimpan representasi cache dari UIElement.
Keterangan
Atur CacheMode properti saat Anda perlu meningkatkan performa untuk konten yang memakan waktu untuk dirender. Untuk informasi selengkapnya, lihat BitmapCache .