New to Telerik UI for BlazorStart a free 30-day trial

Definition

Constructors

C#
public CardImage()

Methods

C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters:__builderRenderTreeBuilder

Overrides: ComponentBase.BuildRenderTree(RenderTreeBuilder)

Properties

Defines the alt attribute of the image.

C#
[Parameter]
public string Alt { get; set; }

Defines the class that will be added to the element.

C#
[Parameter]
public string Class { get; set; }

Defines the height of the image.

C#
[Parameter]
public string Height { get; set; }

Defines the src of the image.

C#
[Parameter]
public string Src { get; set; }

Defines the width of the image.

C#
[Parameter]
public string Width { get; set; }