9 references to ToolbarPlacement
Microsoft.Maui.Controls (9)
PlatformConfiguration\AndroidSpecific\TabbedPage.cs (9)
128 /// <summary>Bindable property for <see cref="ToolbarPlacement"/>.</summary> 130 BindableProperty.Create("ToolbarPlacement", typeof(ToolbarPlacement), 131 typeof(TabbedPage), ToolbarPlacement.Top); 134 public static ToolbarPlacement GetToolbarPlacement(BindableObject element) 136 return (ToolbarPlacement)element.GetValue(ToolbarPlacementProperty); 140 public static void SetToolbarPlacement(BindableObject element, ToolbarPlacement value) 151 public static ToolbarPlacement GetToolbarPlacement(this IPlatformElementConfiguration<Android, FormsElement> config) 157 public static IPlatformElementConfiguration<Android, FormsElement> SetToolbarPlacement(this IPlatformElementConfiguration<Android, FormsElement> config, ToolbarPlacement value) 166 if (GetToolbarPlacement(element) == ToolbarPlacement.Bottom)