ClassTelerikAnimationContainer
Class
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:
Inherited Members
Constructors
TelerikAnimationContainer()
Declaration
public TelerikAnimationContainer()
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides