UIElement.CacheModeProperty 属性

定义

标识 CacheMode 依赖属性。

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

属性值

CacheMode 依赖属性的标识符。

适用于