The position mode of the FloatingActionButton.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
C#
public enum FloatingActionButtonPositionMode
Fields
Positions the button relative to the nearest positioned ancestor.
C#
Absolute = 1
Positions the button relative to the viewport.
C#
Fixed = 0