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

プロパティ値

Background 依存関係プロパティの識別子。

適用対象