2 references to IsSwipePagingEnabledProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\AndroidSpecific\TabbedPage.cs (2)
18
return (bool)element.GetValue(
IsSwipePagingEnabledProperty
);
24
element.SetValue(
IsSwipePagingEnabledProperty
, value);