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