New to Kendo UI for Angular? Start a free 30-day trial
AppBarPosition
Represents the position options of the AppBar (see example).
- The possible values are:
top—Places the AppBar at the top of the content. This setting requires rendering the AppBar before the main page content. Infixed mode, this value applies atop: 0CSS style and adds abox-shadowto the bottom of the AppBar.bottom—Places the AppBar at the bottom of the content. This setting requires rendering the AppBar after the main page content. Infixed mode, this value applies abottom: 0CSS style and adds abox-shadowto the top of the AppBar.
type AppBarPosition = "top" | "bottom";