ContainerVisual.CacheMode Proprietà

Definizione

Ottiene o imposta una rappresentazione nascosta dell'oggetto ContainerVisual.

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

Valore della proprietà

Un oggetto CacheMode che contiene una rappresentazione nascosta dell'oggetto ContainerVisual.

Commenti

Impostare la CacheMode proprietà quando è necessario aumentare le prestazioni per il contenuto che richiede molto tempo per il rendering. Per altre informazioni, vedere BitmapCache.

Si applica a

Vedi anche