RefreshContainer.PullDirection Eigenschaft

Definition

Ruft einen Wert ab oder legt einen Wert fest, der die Richtung angibt, um eine Aktualisierung zu initiieren.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe die Windows App SDK Namespaces).

public:
 property RefreshPullDirection PullDirection { RefreshPullDirection get(); void set(RefreshPullDirection value); };
RefreshPullDirection PullDirection();

void PullDirection(RefreshPullDirection value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshPullDirection::TopToBottom")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshPullDirection::TopToBottom")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshPullDirection::TopToBottom")]
RefreshPullDirection PullDirection();

void PullDirection(RefreshPullDirection value);
public RefreshPullDirection PullDirection { get; set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshPullDirection::TopToBottom")]
public RefreshPullDirection PullDirection { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshPullDirection::TopToBottom")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshPullDirection::TopToBottom")] set; }
Public Property PullDirection As RefreshPullDirection

Eigenschaftswert

Ein Enumerationswert, der die Richtung angibt, um eine Aktualisierung zu initiieren.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Gilt für: