2 references to RefreshPullDirectionProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\WindowsSpecific\RefreshView.cs (2)
23
element.SetValue(
RefreshPullDirectionProperty
, value);
35
return (RefreshPullDirection)element.GetValue(
RefreshPullDirectionProperty
);