namespace Xamarin.Forms.PlatformConfiguration.WindowsSpecific { public enum ToolbarPlacement { /// /// Default will place the Toolbar at the bottom of the screen on phones and /// at the top of the screen on larger devices /// Default, /// /// Always place the Toolbar at the top of the screen /// Top, /// /// Always place the Toolbar at the bottom of the screen /// Bottom } }