ContainerVisual.CacheMode 屬性

定義

取得或設定 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

屬性值

CacheMode

保存 CacheMode 之快取表示的 ContainerVisual

備註

CacheMode當您需要提高呈現耗時的內容效能時,請設定 屬性。 如需詳細資訊,請參閱BitmapCache

適用於

另請參閱