SwipeItem.TextProperty Property

Definition

Identifies the Text dependency property.

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

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

Property Value

The identifier for the Text dependency property.

Applies to