8 references to ToolbarPlacement
Microsoft.Maui.Controls (8)
PlatformConfiguration\WindowsSpecific\Page.cs (8)
23 BindableProperty.CreateAttached("ToolbarPlacement", typeof(ToolbarPlacement), 24 typeof(FormsElement), ToolbarPlacement.Default); 31 public static ToolbarPlacement GetToolbarPlacement(BindableObject element) 33 return (ToolbarPlacement)element.GetValue(ToolbarPlacementProperty); 41 public static void SetToolbarPlacement(BindableObject element, ToolbarPlacement toolbarPlacement) 51 public static ToolbarPlacement GetToolbarPlacement(this IPlatformElementConfiguration<Windows, FormsElement> config) 53 return (ToolbarPlacement)config.Element.GetValue(ToolbarPlacementProperty); 63 this IPlatformElementConfiguration<Windows, FormsElement> config, ToolbarPlacement value)