ClassAIPromptOutputItemView
A view that presents a AIPromptOutputItem.
Definition
Namespace:Telerik.Maui.Controls.AIPrompt
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class AIPromptOutputItemView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewAIPromptOutputItemView
Implements:
Inherited Members
Constructors
AIPromptOutputItemView()
Initializes a new instance of the clas.
Declaration
public AIPromptOutputItemView()
Fields
CopyButtonStyleProperty
Identifies the CopyButtonStyle property.
Declaration
public static readonly BindableProperty CopyButtonStyleProperty
Field Value
BindableProperty
InputTextLabelStyleProperty
Identifies the InputTextLabelStyle property.
Declaration
public static readonly BindableProperty InputTextLabelStyleProperty
Field Value
BindableProperty
InputTextProperty
Identifies the InputText property.
Declaration
public static readonly BindableProperty InputTextProperty
Field Value
BindableProperty
RatingProperty
Identifies the Rating property.
Declaration
public static readonly BindableProperty RatingProperty
Field Value
BindableProperty
RatingStyleProperty
Identifies the RatingStyle property.
Declaration
public static readonly BindableProperty RatingStyleProperty
Field Value
BindableProperty
ResponseTextLabelStyleProperty
Identifies the ResponseTextLabelStyle property.
Declaration
public static readonly BindableProperty ResponseTextLabelStyleProperty
Field Value
BindableProperty
ResponseTextProperty
Identifies the ResponseText property.
Declaration
public static readonly BindableProperty ResponseTextProperty
Field Value
BindableProperty
RetryButtonStyleProperty
Identifies the RetryButtonStyle property.
Declaration
public static readonly BindableProperty RetryButtonStyleProperty
Field Value
BindableProperty
TitleLabelStyleProperty
Identifies the TitleLabelStyle property.
Declaration
public static readonly BindableProperty TitleLabelStyleProperty
Field Value
BindableProperty
TitleProperty
Identifies the Title property.
Declaration
public static readonly BindableProperty TitleProperty
Field Value
BindableProperty
Properties
CopyButtonStyle
Gets or sets the style to be applied to the Copy button.
Declaration
public Style CopyButtonStyle { get; set; }
Property Value
Style
InputText
Gets or sets the input text.
InputTextLabelStyle
Gets or sets the style to be applied to the input text label.
Declaration
public Style InputTextLabelStyle { get; set; }
Property Value
Style
Rating
Gets or sets the rating.
RatingStyle
Gets or sets the style to be applied to the AIPromptRatingView.
Declaration
public Style RatingStyle { get; set; }
Property Value
Style
ResponseText
Gets or sets the response text.
ResponseTextLabelStyle
Gets or sets the style to be applied to the response text label.
Declaration
public Style ResponseTextLabelStyle { get; set; }
Property Value
Style
RetryButtonStyle
Gets or sets the style to be applied to the Retry button.
Declaration
public Style RetryButtonStyle { get; set; }
Property Value
Style
Title
Gets or sets the title.
TitleLabelStyle
Gets or sets the style to be applied to the title label.
Declaration
public Style TitleLabelStyle { get; set; }
Property Value
Style