Share via


ToolbarPlacement Enum

Definition

Enumerates toolbar positions for pages on the Windows platform.

public enum class ToolbarPlacement
public enum ToolbarPlacement
type ToolbarPlacement = 
Public Enum ToolbarPlacement
Inheritance
ToolbarPlacement

Fields

Bottom 2

Always place the Toolbar at the bottom of the screen

Default 0

Default will place the Toolbar at the bottom of the screen on phones and at the top of the screen on larger devices

Top 1

Always place the Toolbar at the top of the screen

Applies to