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:
startcenterend(Default)
vertical?
"top" | "middle" | "bottom"
Specifies the vertical alignment of the FloatingActionButton.
The available options are:
top(Default)middlebottom