Compartir vía


BitmapCacheBrush.BitmapCache Propiedad

Definición

Obtiene o establece un CacheMode objeto que representa el contenido almacenado en 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 caché.

Comentarios

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

Se aplica a

Consulte también