BitmapCacheBrush.BitmapCache Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un CacheMode qui représente le contenu mis en cache.
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
Valeur de propriété
BitmapCache qui représente le contenu mis en cache.
Remarques
La BitmapCache propriété interagit avec la Target propriété. Pour obtenir un tableau montrant cette interaction, consultez la vue d’ensemble de la BitmapCacheBrush classe.