BitmapCacheBrush.BitmapCache Propriedade

Definição

Obtém ou define um CacheMode que representa o conteúdo armazenado em 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

Valor da propriedade

Um BitmapCache que representa o conteúdo armazenado em cache.

Comentários

A BitmapCache propriedade interage com a Target propriedade . Para obter uma tabela que mostra essa interação, consulte a visão geral da BitmapCacheBrush classe.

Aplica-se a

Confira também