RadShapeRating
Extends the RadRatingBase and provides additional API for working with shapes.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class RadShapeRating : RadRatingBase
Inheritance: objectRadLayoutRadRatingBaseRadShapeRating
Inherited Members
Constructors
Initializes a new instance of the RadShapeRating class.
public RadShapeRating()
Fields
ItemFillProperty
BindableProperty
Identifies the ItemFill property.
public static readonly BindableProperty ItemFillProperty
ItemShapeProperty
BindableProperty
Identifies the ItemShape property.
public static readonly BindableProperty ItemShapeProperty
ItemStrokeProperty
BindableProperty
Identifies the ItemStroke property.
public static readonly BindableProperty ItemStrokeProperty
ItemStrokeThicknessProperty
BindableProperty
Identifies the ItemStrokeThickness property.
public static readonly BindableProperty ItemStrokeThicknessProperty
SelectedItemFillProperty
BindableProperty
Identifies the SelectedItemFill property.
public static readonly BindableProperty SelectedItemFillProperty
SelectedItemStrokeProperty
BindableProperty
Identifies the SelectedItemStroke property.
public static readonly BindableProperty SelectedItemStrokeProperty
SelectedItemStrokeThicknessProperty
BindableProperty
Identifies the SelectedItemStrokeThickness property.
public static readonly BindableProperty SelectedItemStrokeThicknessProperty
Properties
ItemFill
Color
Gets or sets the color used to fill the deselected rating item(s).
public Color ItemFill { get; set; }
The color.
Gets or sets path geometry of a single rating item(s).
[TypeConverter(typeof(RatingStringToItemShapeTypeConverter))]
public RadPathGeometry ItemShape { get; set; }
The shape.
ItemStroke
Color
Gets or sets the color used for stroke of the deselected rating item(s).
public Color ItemStroke { get; set; }
The color.
Gets or sets the thickness of the stroke of the selected rating item(s).
public double ItemStrokeThickness { get; set; }
The color.
SelectedItemFill
Color
Gets or sets the color used to fill the selected rating item(s).
public Color SelectedItemFill { get; set; }
The color.
SelectedItemStroke
Color
Gets or sets the color used for stroke of the selected rating item(s).
public Color SelectedItemStroke { get; set; }
The color.
Gets or sets the thickness of the stroke of the selected rating item(s).
public double SelectedItemStrokeThickness { get; set; }
The color.
Methods
protected override void OnParentSet()