Control.BackgroundProperty 属性

定义

标识 Background 依赖属性。

public:
 static property DependencyProperty ^ BackgroundProperty { DependencyProperty ^ get(); };
static DependencyProperty BackgroundProperty();
public static DependencyProperty BackgroundProperty { get; }
var dependencyProperty = Control.backgroundProperty;
Public Shared ReadOnly Property BackgroundProperty As DependencyProperty

属性值

后台依赖属性的标识符。

适用于