VisualTreeHelper::GetCacheMode Method (Visual^)

.NET Framework (current version)
 

Retrieves the cached representation of the specified Visual.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
static CacheMode^ GetCacheMode(
	Visual^ reference
)

Parameters

reference
Type: System.Windows.Media::Visual^

The Visual to get the CacheMode for.

Return Value

Type: System.Windows.Media::CacheMode^

The CacheMode for reference.

.NET Framework
Available since 4.0
Return to top
Show: