Visual.VisualCacheMode 屬性

定義

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

屬性值

CacheMode

保存 CacheMode 之快取表示的 Visual

備註

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

適用於

另請參閱