The vertical align of the FloatingActionButton.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum FloatingActionButtonVerticalAlign
Fields
Aligns the button at the bottom of the parent element
C#
Bottom = 2
Aligns the button at the middle of the parent element
C#
Middle = 1
Aligns the button at the top of the parent element.
C#
Top = 0