BitmapCacheBrush::BitmapCache Property

.NET Framework (current version)
 

Gets or sets a CacheMode that represents cached content.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property BitmapCache^ BitmapCache {
	BitmapCache^ get();
	void set(BitmapCache^ value);
}

Property Value

Type: System.Windows.Media::BitmapCache^

A BitmapCache that represents cached content.

The BitmapCache property interacts with the Target property. For a table that shows this interaction, see the BitmapCacheBrush class overview.

.NET Framework
Available since 4.0
Return to top
Show: