Class
TelerikAnimationContainer

A container that can be positioned and sized as desired, and shows with an animation.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

public class TelerikAnimationContainer : AnimationBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseBaseComponentAnimationBaseTelerikAnimationContainer

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members AnimationBase.TopAnimationBase.LeftAnimationBase.WidthAnimationBase.HeightAnimationBase.ShowDelayAnimationBase.HideDelayAnimationBase.AnimationTypeAnimationBase.AnimationDurationAnimationBase.ChildContentAnimationBase.ParentInlineStyleAnimationBase.ParentClassBaseComponent.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.OnParametersSetAsync()ComponentBase.OnAfterRender(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.DisExceptionAsync(Exception)ComponentBase.SetParametersAsync(ParameterView)

Constructors

TelerikAnimationContainer()

Declaration

public TelerikAnimationContainer()

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

HideAsync()

Hides the animation container.

Declaration

public Task HideAsync()

Returns

Task

ShowAsync()

Shows the animation container.

Declaration

public Task ShowAsync()

Returns

Task

ToggleAsync()

Toggles the animation container.

Declaration

public Task ToggleAsync()

Returns

Task