SwipeItem.IconSourceProperty Property

Definition

Identifies the IconSource dependency property.

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

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

Property Value

The identifier for the IconSource dependency property.

Applies to