BitmapCacheBrush.BitmapCache Propiedad

Definición

Obtiene o establece CacheMode que representa el contenido almacenado en memoria caché.

public:
 property System::Windows::Media::BitmapCache ^ BitmapCache { System::Windows::Media::BitmapCache ^ get(); void set(System::Windows::Media::BitmapCache ^ value); };
public System.Windows.Media.BitmapCache BitmapCache { get; set; }
member this.BitmapCache : System.Windows.Media.BitmapCache with get, set
Public Property BitmapCache As BitmapCache

Valor de propiedad

BitmapCache que representa el contenido almacenado en memoria caché.

Comentarios

La propiedad BitmapCache interactúa con la propiedad Target. Para ver una tabla que muestra esta interacción, consulte la información general de la BitmapCacheBrush clase.

Se aplica a

Consulte también