A view that presents an AIPrompt suggestion.
Definition
Namespace:Telerik.Maui.Controls.AIPrompt
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class AIPromptInputSuggestionView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewAIPromptInputSuggestionView
Implements:
Inherited Members
Constructors
Initializes a new instance of the class.
C#
public AIPromptInputSuggestionView()
Fields
ControlTemplateProperty
BindableProperty
Identifies the ControlTemplate property.
C#
public static readonly BindableProperty ControlTemplateProperty
LabelStyleProperty
BindableProperty
Identifies the LabelStyle property.
C#
public static readonly BindableProperty LabelStyleProperty
TextProperty
BindableProperty
Identifies the Text property.
C#
public static readonly BindableProperty TextProperty
Properties
ControlTemplate
ControlTemplate
Gets or sets the template that defines the visual appearance of the view.
C#
public ControlTemplate ControlTemplate { get; set; }
LabelStyle
Style
Gets or sets the style that is to be applied to the label.
C#
public Style LabelStyle { get; set; }