UIElement.CacheMode Propiedad

Definición

Obtiene o establece una representación en caché del objeto 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

Valor de propiedad

CacheMode que tiene una representación en caché del objeto UIElement.

Comentarios

Establezca la propiedad cuando necesite aumentar el CacheMode rendimiento del contenido que tarda mucho tiempo en representarse. Para obtener más información, vea BitmapCache.

Se aplica a

Consulte también