ClassTelerikFloatingActionButton
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikFloatingActionButton : ButtonBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentButtonBaseTelerikFloatingActionButton
Implements:
Inherited Members
Constructors
TelerikFloatingActionButton()
Declaration
public TelerikFloatingActionButton()
Properties
HorizontalAlign
Specifies horizontal alignment of the button. Default value is End.
Declaration
[Parameter]
public FloatingActionButtonHorizontalAlign HorizontalAlign { get; set; }
Property Value
HorizontalOffset
The horizontal offset value added to the button position, creating a blank space between the button and the parent.
Declaration
[Parameter]
public string HorizontalOffset { get; set; }
Property Value
OnClick
The Click handler of the button.
Declaration
[Parameter]
public EventCallback<MouseEventArgs> OnClick { get; set; }
Property Value
PositionMode
Specifies CSS position of the button. Default value is Fixed.
Declaration
[Parameter]
public FloatingActionButtonPositionMode PositionMode { get; set; }
Property Value
Rounded
Specifies the roundness of the button. Default value is Full.
Declaration
[Parameter]
public override string Rounded { get; set; }
Property Value
Overrides
ThemeColor
Specifies the theme color of the button. Default value is Primary.
Declaration
[Parameter]
public override string ThemeColor { get; set; }
Property Value
Overrides
VerticalAlign
Specifies vertical alignment of the button. Default value is Bottom.
Declaration
[Parameter]
public FloatingActionButtonVerticalAlign VerticalAlign { get; set; }
Property Value
VerticalOffset
The vertical offset value added to the button position, creating a blank space between the button and the parent.
Declaration
[Parameter]
public string VerticalOffset { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides