Class
AIPromptOutputItemView

A view that presents a AIPromptOutputItem.

Definition

Namespace:Telerik.Maui.Controls.AIPrompt

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class AIPromptOutputItemView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewAIPromptOutputItemView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

AIPromptOutputItemView()

Initializes a new instance of the clas.

Declaration

cs-api-definition
public AIPromptOutputItemView()

Fields

CopyButtonStyleProperty

Identifies the CopyButtonStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty CopyButtonStyleProperty

Field Value

BindableProperty

InputTextLabelStyleProperty

Identifies the InputTextLabelStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty InputTextLabelStyleProperty

Field Value

BindableProperty

InputTextProperty

Identifies the InputText property.

Declaration

cs-api-definition
public static readonly BindableProperty InputTextProperty

Field Value

BindableProperty

RatingProperty

Identifies the Rating property.

Declaration

cs-api-definition
public static readonly BindableProperty RatingProperty

Field Value

BindableProperty

RatingStyleProperty

Identifies the RatingStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty RatingStyleProperty

Field Value

BindableProperty

ResponseTextLabelStyleProperty

Identifies the ResponseTextLabelStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ResponseTextLabelStyleProperty

Field Value

BindableProperty

ResponseTextProperty

Identifies the ResponseText property.

Declaration

cs-api-definition
public static readonly BindableProperty ResponseTextProperty

Field Value

BindableProperty

RetryButtonStyleProperty

Identifies the RetryButtonStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty RetryButtonStyleProperty

Field Value

BindableProperty

TitleLabelStyleProperty

Identifies the TitleLabelStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty TitleLabelStyleProperty

Field Value

BindableProperty

TitleProperty

Identifies the Title property.

Declaration

cs-api-definition
public static readonly BindableProperty TitleProperty

Field Value

BindableProperty

Properties

CopyButtonStyle

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

Declaration

cs-api-definition
public Style CopyButtonStyle { get; set; }

Property Value

Style

InputText

Gets or sets the input text.

Declaration

cs-api-definition
public string InputText { get; set; }

Property Value

string

InputTextLabelStyle

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

Declaration

cs-api-definition
public Style InputTextLabelStyle { get; set; }

Property Value

Style

Rating

Gets or sets the rating.

Declaration

cs-api-definition
public double Rating { get; set; }

Property Value

double

RatingStyle

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

Declaration

cs-api-definition
public Style RatingStyle { get; set; }

Property Value

Style

ResponseText

Gets or sets the response text.

Declaration

cs-api-definition
public string ResponseText { get; set; }

Property Value

string

ResponseTextLabelStyle

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

Declaration

cs-api-definition
public Style ResponseTextLabelStyle { get; set; }

Property Value

Style

RetryButtonStyle

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

Declaration

cs-api-definition
public Style RetryButtonStyle { get; set; }

Property Value

Style

Title

Gets or sets the title.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string

TitleLabelStyle

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

Declaration

cs-api-definition
public Style TitleLabelStyle { get; set; }

Property Value

Style