ClassCardImage
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class CardImage : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance: objectComponentBaseCardImage
Implements:
Inherited Members
Constructors
CardImage()
Declaration
cs-api-definition
public CardImage()
Properties
Class
Defines the class that will be added to the element.
Height
Defines the height of the image.
Src
Defines the src of the image.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides