New to Telerik UI for .NET MAUIStart a free 30-day trial

A view that presents a AIPromptOutputItem.

Definition

Constructors

Initializes a new instance of the clas.

C#
public AIPromptOutputItemView()

Fields

CopyButtonStyleProperty

BindableProperty

Identifies the CopyButtonStyle property.

C#
public static readonly BindableProperty CopyButtonStyleProperty

Identifies the InputTextLabelStyle property.

C#
public static readonly BindableProperty InputTextLabelStyleProperty

InputTextProperty

BindableProperty

Identifies the InputText property.

C#
public static readonly BindableProperty InputTextProperty

RatingProperty

BindableProperty

Identifies the Rating property.

C#
public static readonly BindableProperty RatingProperty

RatingStyleProperty

BindableProperty

Identifies the RatingStyle property.

C#
public static readonly BindableProperty RatingStyleProperty

Identifies the ResponseTextLabelStyle property.

C#
public static readonly BindableProperty ResponseTextLabelStyleProperty

ResponseTextProperty

BindableProperty

Identifies the ResponseText property.

C#
public static readonly BindableProperty ResponseTextProperty

RetryButtonStyleProperty

BindableProperty

Identifies the RetryButtonStyle property.

C#
public static readonly BindableProperty RetryButtonStyleProperty

TitleLabelStyleProperty

BindableProperty

Identifies the TitleLabelStyle property.

C#
public static readonly BindableProperty TitleLabelStyleProperty

TitleProperty

BindableProperty

Identifies the Title property.

C#
public static readonly BindableProperty TitleProperty

Properties

Gets or sets the style to be applied to the Copy button.

C#
public Style CopyButtonStyle { get; set; }

Gets or sets the input text.

C#
public string InputText { get; set; }

Gets or sets the style to be applied to the input text label.

C#
public Style InputTextLabelStyle { get; set; }

Gets or sets the rating.

C#
public double Rating { get; set; }

Gets or sets the style to be applied to the AIPromptRatingView.

C#
public Style RatingStyle { get; set; }

Gets or sets the response text.

C#
public string ResponseText { get; set; }

Gets or sets the style to be applied to the response text label.

C#
public Style ResponseTextLabelStyle { get; set; }

Gets or sets the style to be applied to the Retry button.

C#
public Style RetryButtonStyle { get; set; }

Gets or sets the title.

C#
public string Title { get; set; }

Gets or sets the style to be applied to the title label.

C#
public Style TitleLabelStyle { get; set; }