Class AIPromptCommandItemViewBase
A view that presents a AIPrompt
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, ICrossPlatformLayout
Constructors
AIPromptCommandItemViewBase()
Declaration
public AIPromptCommandItemViewBase()
Fields
ImageSourceProperty
Identifies the Image
Declaration
public static readonly BindableProperty ImageSourceProperty
Field Value
Microsoft.
|
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.
|
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 in the UI. If this view presents a AIPrompt
Declaration
public string Text { get; set; }
Property Value
System.
|