Class AIPromptInputSuggestionView
A view that presents an AIPrompt suggestion.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.AIPrompt
Assembly: Telerik.Maui.Controls.dll
Syntax
public class AIPromptInputSuggestionView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
AIPromptInputSuggestionView()
Initializes a new instance of the class.
Declaration
public AIPromptInputSuggestionView()
Fields
ActualLabelStyleProperty
Identifies the LabelStyle property.
Declaration
public static readonly BindableProperty ActualLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ControlTemplateProperty
Identifies the ControlTemplate property.
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LabelStyleProperty
Identifies the LabelStyle property.
Declaration
public static readonly BindableProperty LabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ActualLabelStyle
Gets or sets the style that is to be applied to the label.
Declaration
public Style ActualLabelStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ControlTemplate
Gets or sets the template that defines the visual appearance of the view.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Microsoft.Maui.Controls.ControlTemplate
|
LabelStyle
Gets or sets the style that is to be applied to the label.
Declaration
public Style LabelStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
System.String
|