Class
CardImage

Definition

Constructors

CardImage()

Declaration

cs-api-definition
public CardImage()

Properties

Class

Defines the class that will be added to the element.

Declaration

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

Property Value

string

Height

Defines the height of the image.

Declaration

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

Property Value

string

Src

Defines the src of the image.

Declaration

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

Property Value

string

Width

Defines the width of the image.

Declaration

cs-api-definition
[Parameter]
public string Width { 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)