New to Kendo UI for AngularStart 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. In fixed mode, this value applies a top: 0 CSS style and adds a box-shadow to 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. In fixed mode, this value applies a bottom: 0 CSS style and adds a box-shadow to the top of the AppBar.

type AppBarPosition = "top" | "bottom";

Not finding the help you need?
Contact Support