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