Class AIPromptRatingView
A view that presents the rating of an AIPromptOutputItem.
Inherited Members
Namespace: Telerik.Maui.Controls.AIPrompt
Assembly: Telerik.Maui.Controls.dll
Syntax
public class AIPromptRatingView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
AIPromptRatingView()
Declaration
public AIPromptRatingView()
Fields
RatingProperty
Identifies the Rating property.
Declaration
public static readonly BindableProperty RatingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
Rating
Gets or sets the rating.
Declaration
public double Rating { get; set; }
Property Value
System.Double
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()