Class ImageCardContext
Represents a context that holds information about an image card displayed in the chat.
Inherited Members
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ImageCardContext : BasicCardContext, INotifyPropertyChanged
Constructors
ImageCardContext()
Declaration
public ImageCardContext()
Properties
Image
Gets or sets the image displayed by the card.
Declaration
public string Image { get; set; }
Property Value
System.String
|