ImageCardView
Class
Represents a view which displays an image card in the chat.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class ImageCardView : BasicCardView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewCardViewBasicCardViewImageCardView
Implements:
Inherited Members
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; }