2 references to IsScrollEnabledProperty
Microsoft.Maui.Controls.Maps (2)
Map.cs (2)
79
get { return (bool)GetValue(
IsScrollEnabledProperty
); }
80
set { SetValue(
IsScrollEnabledProperty
, value); }