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