Class AIPromptOutputItemView
A view that presents a AIPromptOutputItem.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.AIPrompt
Assembly: Telerik.Maui.Controls.dll
Syntax
public class AIPromptOutputItemView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
AIPromptOutputItemView()
Initializes a new instance of the clas.
Declaration
public AIPromptOutputItemView()
Fields
ActualCopyButtonStyleProperty
Identifies the ActualCopyButtonStyle property.
Declaration
public static readonly BindableProperty ActualCopyButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ActualInputTextLabelStyleProperty
Identifies the ActualInputTextLabelStyle property.
Declaration
public static readonly BindableProperty ActualInputTextLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ActualRatingStyleProperty
Identifies the ActualRatingStyle property.
Declaration
public static readonly BindableProperty ActualRatingStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ActualResponseTextLabelStyleProperty
Identifies the ActualResponseTextLabelStyle property.
Declaration
public static readonly BindableProperty ActualResponseTextLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ActualRetryButtonStyleProperty
Identifies the ActualRetryButtonStyle property.
Declaration
public static readonly BindableProperty ActualRetryButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ActualTitleLabelStyleProperty
Identifies the ActualTitleLabelStyle property.
Declaration
public static readonly BindableProperty ActualTitleLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CopyButtonStyleProperty
Identifies the CopyButtonStyle property.
Declaration
public static readonly BindableProperty CopyButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
InputTextLabelStyleProperty
Identifies the InputTextLabelStyle property.
Declaration
public static readonly BindableProperty InputTextLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
InputTextProperty
Identifies the InputText property.
Declaration
public static readonly BindableProperty InputTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
RatingProperty
Identifies the Rating property.
Declaration
public static readonly BindableProperty RatingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
RatingStyleProperty
Identifies the RatingStyle property.
Declaration
public static readonly BindableProperty RatingStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ResponseTextLabelStyleProperty
Identifies the ResponseTextLabelStyle property.
Declaration
public static readonly BindableProperty ResponseTextLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ResponseTextProperty
Identifies the ResponseText property.
Declaration
public static readonly BindableProperty ResponseTextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
RetryButtonStyleProperty
Identifies the RetryButtonStyle property.
Declaration
public static readonly BindableProperty RetryButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TitleLabelStyleProperty
Identifies the TitleLabelStyle property.
Declaration
public static readonly BindableProperty TitleLabelStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TitleProperty
Identifies the Title property.
Declaration
public static readonly BindableProperty TitleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ActualCopyButtonStyle
Gets or sets the actual style that will be applied to the Copy button. This is a merger of the custom CopyButtonStyle and the default style.
Declaration
public Style ActualCopyButtonStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ActualInputTextLabelStyle
Gets or sets the actual style that will be applied to the input text label. This is a merger of the custom InputTextLabelStyle and the default style.
Declaration
public Style ActualInputTextLabelStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ActualRatingStyle
Gets or sets the actual style that will be applied to the AIPromptRatingView. This is a merger of the custom RatingStyle and the default style.
Declaration
public Style ActualRatingStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ActualResponseTextLabelStyle
Gets or sets the actual style that will be applied to the response text label. This is a merger of the custom ResponseTextLabelStyle and the default style.
Declaration
public Style ActualResponseTextLabelStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ActualRetryButtonStyle
Gets or sets the actual style that will be applied to the Retry button. This is a merger of the custom RetryButtonStyle and the default style.
Declaration
public Style ActualRetryButtonStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ActualTitleLabelStyle
Gets or sets the actual style that will be applied to the title label. This is a merger of the custom TitleLabelStyle and the default style.
Declaration
public Style ActualTitleLabelStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
CopyButtonStyle
Gets or sets the style to be applied to the Copy button.
Declaration
public Style CopyButtonStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
InputText
Gets or sets the input text.
Declaration
public string InputText { get; set; }
Property Value
System.String
|
InputTextLabelStyle
Gets or sets the style to be applied to the input text label.
Declaration
public Style InputTextLabelStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
Rating
Gets or sets the rating.
Declaration
public double Rating { get; set; }
Property Value
System.Double
|
RatingStyle
Gets or sets the style to be applied to the AIPromptRatingView.
Declaration
public Style RatingStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
ResponseText
Gets or sets the response text.
Declaration
public string ResponseText { get; set; }
Property Value
System.String
|
ResponseTextLabelStyle
Gets or sets the style to be applied to the response text label.
Declaration
public Style ResponseTextLabelStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
RetryButtonStyle
Gets or sets the style to be applied to the Retry button.
Declaration
public Style RetryButtonStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
Title
Gets or sets the title.
Declaration
public string Title { get; set; }
Property Value
System.String
|
TitleLabelStyle
Gets or sets the style to be applied to the title label.
Declaration
public Style TitleLabelStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|