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

FabAlign

Interface

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

Definition

Package:@progress/kendo-angular-buttons

Syntax:

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

Properties

horizontal?

"start" | "end" | "center"

Specifies the horizontal alignment of the FloatingActionButton.

The available options are:

  • start
  • center
  • end (Default)

vertical?

"top" | "middle" | "bottom"

Specifies the vertical alignment of the FloatingActionButton.

The available options are:

  • top (Default)
  • middle
  • bottom
In this article
DefinitionPropertieshorizontal?vertical?
Not finding the help you need?
Contact Support