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

Extends the RadRatingBase and provides additional API for working with shapes.

Definition

Constructors

Initializes a new instance of the RadShapeRating class.

C#
public RadShapeRating()

Fields

ItemFillProperty

BindableProperty

Identifies the ItemFill property.

C#
public static readonly BindableProperty ItemFillProperty

ItemShapeProperty

BindableProperty

Identifies the ItemShape property.

C#
public static readonly BindableProperty ItemShapeProperty

ItemStrokeProperty

BindableProperty

Identifies the ItemStroke property.

C#
public static readonly BindableProperty ItemStrokeProperty

Identifies the ItemStrokeThickness property.

C#
public static readonly BindableProperty ItemStrokeThicknessProperty

SelectedItemFillProperty

BindableProperty

Identifies the SelectedItemFill property.

C#
public static readonly BindableProperty SelectedItemFillProperty

Identifies the SelectedItemStroke property.

C#
public static readonly BindableProperty SelectedItemStrokeProperty

Identifies the SelectedItemStrokeThickness property.

C#
public static readonly BindableProperty SelectedItemStrokeThicknessProperty

Properties

Gets or sets the color used to fill the deselected rating item(s).

C#
public Color ItemFill { get; set; }
Property Value:

The color.

Gets or sets path geometry of a single rating item(s).

C#
[TypeConverter(typeof(RatingStringToItemShapeTypeConverter))]
public RadPathGeometry ItemShape { get; set; }
Property Value:

The shape.

Gets or sets the color used for stroke of the deselected rating item(s).

C#
public Color ItemStroke { get; set; }
Property Value:

The color.

Gets or sets the thickness of the stroke of the selected rating item(s).

C#
public double ItemStrokeThickness { get; set; }
Property Value:

The color.

Gets or sets the color used to fill the selected rating item(s).

C#
public Color SelectedItemFill { get; set; }
Property Value:

The color.

Gets or sets the color used for stroke of the selected rating item(s).

C#
public Color SelectedItemStroke { get; set; }
Property Value:

The color.

Gets or sets the thickness of the stroke of the selected rating item(s).

C#
public double SelectedItemStrokeThickness { get; set; }
Property Value:

The color.

Methods

C#
protected override void OnParentSet()