Visual.VisualCacheMode Proprietà

Definizione

Ottiene o imposta una rappresentazione nascosta dell'oggetto Visual.

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

Valore della proprietà

CacheMode

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

Commenti

Impostare la VisualCacheMode 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