UIElement.CacheModeProperty Property

Definition

Identifies the CacheMode dependency property.

public:
 static property DependencyProperty ^ CacheModeProperty { DependencyProperty ^ get(); };
static DependencyProperty CacheModeProperty();
public static DependencyProperty CacheModeProperty { get; }
var dependencyProperty = UIElement.cacheModeProperty;
Public Shared ReadOnly Property CacheModeProperty As DependencyProperty

Property Value

The identifier for the CacheMode dependency property.

Applies to