New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a view which displays an image card in the chat.

Definition

Constructors

C#
public ImageCardView()

Fields

ImageProperty

BindableProperty

Identifies the Image property.

C#
public static readonly BindableProperty ImageProperty

Properties

Image

ImageSource

Gets or sets the image displayed by the card.

C#
public ImageSource Image { get; set; }