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

A view that presents the rating of an AIPromptOutputItem.

Definition

Namespace:Telerik.Maui.Controls.AIPrompt

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class AIPromptRatingView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewAIPromptRatingView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView...

Inherited Members RadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

Constructors

C#
public AIPromptRatingView()

Fields

RatingProperty

BindableProperty

Identifies the Rating property.

C#
public static readonly BindableProperty RatingProperty

Properties

Gets or sets the rating.

C#
public double Rating { get; set; }

Methods

C#
protected override void OnApplyTemplate()