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
Initializes a new instance of the clas.
public AIPromptOutputItemView()
Fields
CopyButtonStyleProperty
BindableProperty
Identifies the CopyButtonStyle property.
public static readonly BindableProperty CopyButtonStyleProperty
InputTextLabelStyleProperty
BindableProperty
Identifies the InputTextLabelStyle property.
public static readonly BindableProperty InputTextLabelStyleProperty
InputTextProperty
BindableProperty
Identifies the InputText property.
public static readonly BindableProperty InputTextProperty
RatingProperty
BindableProperty
Identifies the Rating property.
public static readonly BindableProperty RatingProperty
RatingStyleProperty
BindableProperty
Identifies the RatingStyle property.
public static readonly BindableProperty RatingStyleProperty
ResponseTextLabelStyleProperty
BindableProperty
Identifies the ResponseTextLabelStyle property.
public static readonly BindableProperty ResponseTextLabelStyleProperty
ResponseTextProperty
BindableProperty
Identifies the ResponseText property.
public static readonly BindableProperty ResponseTextProperty
RetryButtonStyleProperty
BindableProperty
Identifies the RetryButtonStyle property.
public static readonly BindableProperty RetryButtonStyleProperty
TitleLabelStyleProperty
BindableProperty
Identifies the TitleLabelStyle property.
public static readonly BindableProperty TitleLabelStyleProperty
TitleProperty
BindableProperty
Identifies the Title property.
public static readonly BindableProperty TitleProperty
Properties
CopyButtonStyle
Style
Gets or sets the style to be applied to the Copy button.
public Style CopyButtonStyle { get; set; }
InputTextLabelStyle
Style
Gets or sets the style to be applied to the input text label.
public Style InputTextLabelStyle { get; set; }
RatingStyle
Style
Gets or sets the style to be applied to the AIPromptRatingView.
public Style RatingStyle { get; set; }
Gets or sets the response text.
public string ResponseText { get; set; }
Gets or sets the style to be applied to the response text label.
public Style ResponseTextLabelStyle { get; set; }
RetryButtonStyle
Style
Gets or sets the style to be applied to the Retry button.
public Style RetryButtonStyle { get; set; }
TitleLabelStyle
Style
Gets or sets the style to be applied to the title label.
public Style TitleLabelStyle { get; set; }