ContainerVisual.CacheMode Propiedad

Definición

Obtiene o establece una representación en caché del objeto ContainerVisual.

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

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

Comentarios

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

Se aplica a

Consulte también