UIElement.CacheMode Proprietà

Definizione

Ottiene o imposta una rappresentazione nascosta dell'oggetto UIElement.

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à

CacheMode

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

Commenti

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

Si applica a

Vedi anche