RenderOptions::SetCacheInvalidationThresholdMaximum Method (DependencyObject^, Double)
.NET Framework (current version)
Sets the value of the CacheInvalidationThresholdMaximum attached property on a specified dependency object.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: