RenderOptions::SetCacheInvalidationThresholdMaximum Method (DependencyObject^, Double)

 

Sets the value of the CacheInvalidationThresholdMaximum attached property on a specified dependency object.

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

public:
static void SetCacheInvalidationThresholdMaximum(
	DependencyObject^ target,
	double cacheInvalidationThresholdMaximum
)

Parameters

target
Type: System.Windows::DependencyObject^

The dependency object on which to set the value of the CacheInvalidationThresholdMaximum property

cacheInvalidationThresholdMaximum
Type: System::Double

The new value to set the property to.

Exception Condition
ArgumentNullException

The specified target is null.

Use this method to set the CacheInvalidationThresholdMaximum attached property in code.

The following example shows how to use the caching hint option 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: