RefreshContainer.PullDirection 屬性

定義

取得或設定值,指定要提取以起始重新整理的方向。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。

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

屬性值

列舉值,指定要提取以起始重新整理的方向。

屬性
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

適用於