SwipeItem.BackgroundProperty Property

Definition

Identifies the Background dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.SwipeItem.BackgroundProperty (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

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

Property Value

The identifier for the Background dependency property.

Applies to