Class AIPromptCommandItemViewBase
A view that presents a AIPromptCommandBase.
Inheritance
System.Object
AIPromptCommandItemViewBase
Inherited Members
Namespace: Telerik.Maui.Controls.AIPrompt
Assembly: Telerik.Maui.Controls.dll
Syntax
public class AIPromptCommandItemViewBase : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
AIPromptCommandItemViewBase()
Declaration
public AIPromptCommandItemViewBase()
Fields
ImageSourceProperty
Identifies the ImageSource property.
Declaration
public static readonly BindableProperty ImageSourceProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ImageSource
Gets or sets the image source.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
Microsoft.Maui.Controls.ImageSource
|
Text
Gets or sets the text that is displayed in the UI. If this view presents a AIPromptCommand and the Command is null, then this text is used to make a request to the AI model, i.e. the PromptRequest event is raised.
Declaration
public string Text { get; set; }
Property Value
System.String
|