Panel.BackgroundProperty 속성

정의

Background 종속성 속성을 식별합니다.

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

속성 값

Background 종속성 속성의 식별자입니다.

적용 대상