AppBarPosition
Enum
Defines where in the page the AppBar will be positioned.
Definition
Fields
Positions the AppBar at the bottom of the page/container.
C#
Bottom = 2
Does not add specific positioning syles.
C#
None = 0
Postions the AppBar at the top of the page/container.
C#
Top = 1