UIElement.ShadowProperty 属性

定义

标识 Shadow 依赖属性。

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

属性值

Shadow 依赖属性的标识符。

适用于