RenderOptions::GetCachingHint Method (DependencyObject^)

 

Returns the value of the CachingHint attached property for a specified dependency object.

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

public:
[AttachedPropertyBrowsableForTypeAttribute((TileBrush^::typeid))]
static CachingHint GetCachingHint(
	DependencyObject^ target
)

Parameters

target
Type: System.Windows::DependencyObject^

The dependency object from which to retrieve the value of the CachingHint attached property.

Return Value

Type: System.Windows.Media::CachingHint

The current value of the CachingHint attached property on the specified dependency object.

Exception Condition
ArgumentNullException

The specified target is null.

The following example shows how to retrieve the caching hint values for a DrawingBrush.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: