Class ImageCardView
Represents a view which displays an image card in the chat.
Inherited Members
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ImageCardView : BasicCardView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
ImageCardView()
Declaration
public ImageCardView()
Fields
ImageProperty
Identifies the Image property.
Declaration
public static readonly BindableProperty ImageProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Image
Gets or sets the image displayed by the card.
Declaration
public ImageSource Image { get; set; }
Property Value
Microsoft.Maui.Controls.ImageSource
|