5 references to ToolbarPlacementProperty
Microsoft.Maui.Controls (5)
NavigationPage\NavigationPageToolbar.cs (1)
58
PlatformConfiguration.WindowsSpecific.Page.
ToolbarPlacementProperty
))
PlatformConfiguration\WindowsSpecific\Page.cs (4)
33
return (ToolbarPlacement)element.GetValue(
ToolbarPlacementProperty
);
43
element.SetValue(
ToolbarPlacementProperty
, toolbarPlacement);
53
return (ToolbarPlacement)config.Element.GetValue(
ToolbarPlacementProperty
);
65
config.Element.SetValue(
ToolbarPlacementProperty
, value);