Panel.BackgroundProperty Property
Definition
Identifies the Background dependency property.
Equivalent WinUI property: Microsoft.UI.Xaml.Controls.Panel.BackgroundProperty.
public:
static property DependencyProperty ^ BackgroundProperty { DependencyProperty ^ get(); };
DependencyProperty BackgroundProperty();
public static DependencyProperty BackgroundProperty { get; }
var dependencyProperty = Panel.backgroundProperty;
Public Shared ReadOnly Property BackgroundProperty As DependencyProperty
Property Value
The identifier for the Background dependency property.