RenderOptions::GetCacheInvalidationThresholdMaximum Method (DependencyObject^)

 

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

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

public:
[AttachedPropertyBrowsableForTypeAttribute((TileBrush^::typeid))]
static double GetCacheInvalidationThresholdMaximum(
	DependencyObject^ target
)

Parameters

target
Type: System.Windows::DependencyObject^

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

Return Value

Type: System::Double

The current value of the CacheInvalidationThresholdMaximum 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: