Class AIPromptCommandBase
A command that is used within the Rad
Inherited Members
Namespace: Telerik.Maui.Controls.AIPrompt
Assembly: Telerik.Maui.Controls.dll
Syntax
public class AIPromptCommandBase : NotifyPropertyChangedBase, INotifyPropertyChanged
Constructors
AIPromptCommandBase()
Declaration
public AIPromptCommandBase()
Properties
ImageSource
Gets or sets the image source.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
Microsoft.
|
Text
Gets or sets the text that is displayed on screen.
This value is used to make a request, i.e. raise the Prompt
Declaration
public string Text { get; set; }
Property Value
System.
|