Bagikan melalui


UIElement.CacheMode Properti

Definisi

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 .

Berlaku untuk

Lihat juga