New to Kendo UI for AngularStart a free 30-day trial

FabAlign

Specifies the horizontal and vertical alignment of the FloatingActionButton relative to the viewport or parent element (see example).

typescript
const align: FabAlign = { vertical: 'top', horizontal: 'start' };
NameTypeDefaultDescription

horizontal?

"center" | "end" | "start"

Specifies the horizontal alignment of the FloatingActionButton.

The available options are:

  • start
  • center
  • end (Default)

vertical?

"top" | "bottom" | "middle"

Specifies the vertical alignment of the FloatingActionButton.

The available options are:

  • top (Default)
  • middle
  • bottom
Not finding the help you need?
Contact Support