Exemple #1
0
 /// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific/RefreshView.xml" path="//Member[@MemberName='SetRefreshPullDirection'][2]/Docs" />
 public static IPlatformElementConfiguration <Windows, FormsElement> SetRefreshPullDirection(
     this IPlatformElementConfiguration <Windows, FormsElement> config, RefreshPullDirection value)
 {
     SetRefreshPullDirection(config.Element, value);
     return(config);
 }
Exemple #2
0
 /// <include file="../../../../docs/Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific/RefreshView.xml" path="//Member[@MemberName='SetRefreshPullDirection'][1]/Docs" />
 public static void SetRefreshPullDirection(BindableObject element, RefreshPullDirection value)
 {
     element.SetValue(RefreshPullDirectionProperty, value);
 }