RefreshContainer.PullDirection Propriedade

Definição

Obtém ou define um valor que especifica a direção a ser puxada para iniciar uma atualização.

public:
 property RefreshPullDirection PullDirection { RefreshPullDirection get(); void set(RefreshPullDirection value); };
/// [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);
/// [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 { [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")]
public RefreshPullDirection PullDirection { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshPullDirection::TopToBottom")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::RefreshPullDirection::TopToBottom")] set; }
var refreshPullDirection = refreshContainer.pullDirection;
refreshContainer.pullDirection = refreshPullDirection;
Public Property PullDirection As RefreshPullDirection

Valor da propriedade

Um valor de enumeração que especifica a direção a ser puxada para iniciar uma atualização.

Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Aplica-se a