Class
TelerikFloatingActionButton

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class TelerikFloatingActionButton : ButtonBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseBaseComponentButtonBaseTelerikFloatingActionButton

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members ButtonBase.IdButtonBase.ChildContentButtonBase.TitleButtonBase.IconButtonBase.EnabledButtonBase.TabIndexButtonBase.FillModeButtonBase.SizeButtonBase.AriaLabelButtonBase.AriaLabelledByButtonBase.AriaDescribedByButtonBase.AriaControlsBaseComponent.ShouldRender()BaseComponent.OnInitializedAsync()BaseComponent.OnAfterRenderAsync(bool)BaseComponent.Dispose()BaseComponent.InitLocalizer()BaseComponent.ThrowIfParameterIsNull(object, string)BaseComponent.HaveOptionsChanged(IDictionary<string, object>, IDictionary<string, object>)BaseComponent.GetClassString(params string[])BaseComponent.InvokeAsync<T>(string, params object[])BaseComponent.InvokeAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidAsync(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidComponentMethodAsync(string, params object[])BaseComponent.InvokeComponentVoidMethodAsync(string, object)BaseComponent.InvokeDisposeAsync()BaseComponent.StateHasChanged()BaseComponent.RootComponentBaseComponent.ClassComponentBase.OnInitialized()ComponentBase.OnParametersSet()ComponentBase.OnAfterRender(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.DispatchExceptionAsync(Exception)ComponentBase.SetParametersAsync(ParameterView)

Constructors

TelerikFloatingActionButton()

Declaration

cs-api-definition
public TelerikFloatingActionButton()

Properties

HorizontalAlign

Specifies horizontal alignment of the button. Default value is End.

Declaration

cs-api-definition
[Parameter]
public FloatingActionButtonHorizontalAlign HorizontalAlign { get; set; }

Property Value

FloatingActionButtonHorizontalAlign

HorizontalOffset

The horizontal offset value added to the button position, creating a blank space between the button and the parent.

Declaration

cs-api-definition
[Parameter]
public string HorizontalOffset { get; set; }

Property Value

string

OnClick

The Click handler of the button.

Declaration

cs-api-definition
[Parameter]
public EventCallback<MouseEventArgs> OnClick { get; set; }

Property Value

EventCallback<MouseEventArgs>

PositionMode

Specifies CSS position of the button. Default value is Fixed.

Declaration

cs-api-definition
[Parameter]
public FloatingActionButtonPositionMode PositionMode { get; set; }

Property Value

FloatingActionButtonPositionMode

Rounded

Specifies the roundness of the button. Default value is Full.

Declaration

cs-api-definition
[Parameter]
public override string Rounded { get; set; }

Property Value

string

Overrides ButtonBase.Rounded

ThemeColor

Specifies the theme color of the button. Default value is Primary.

Declaration

cs-api-definition
[Parameter]
public override string ThemeColor { get; set; }

Property Value

string

Overrides ButtonBase.ThemeColor

VerticalAlign

Specifies vertical alignment of the button. Default value is Bottom.

Declaration

cs-api-definition
[Parameter]
public FloatingActionButtonVerticalAlign VerticalAlign { get; set; }

Property Value

FloatingActionButtonVerticalAlign

VerticalOffset

The vertical offset value added to the button position, creating a blank space between the button and the parent.

Declaration

cs-api-definition
[Parameter]
public string VerticalOffset { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

OnParametersSetAsync()

Declaration

cs-api-definition
protected override Task OnParametersSetAsync()

Returns

Task

Overrides ComponentBase.OnParametersSetAsync()