ClassRadShapeRating
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
RadShapeRating()
Initializes a new instance of the RadShapeRating class.
Declaration
public RadShapeRating()
Fields
ItemFillProperty
Identifies the ItemFill property.
Declaration
public static readonly BindableProperty ItemFillProperty
Field Value
BindableProperty
ItemShapeProperty
Identifies the ItemShape property.
Declaration
public static readonly BindableProperty ItemShapeProperty
Field Value
BindableProperty
ItemStrokeProperty
Identifies the ItemStroke property.
Declaration
public static readonly BindableProperty ItemStrokeProperty
Field Value
BindableProperty
ItemStrokeThicknessProperty
Identifies the ItemStrokeThickness property.
Declaration
public static readonly BindableProperty ItemStrokeThicknessProperty
Field Value
BindableProperty
SelectedItemFillProperty
Identifies the SelectedItemFill property.
Declaration
public static readonly BindableProperty SelectedItemFillProperty
Field Value
BindableProperty
SelectedItemStrokeProperty
Identifies the SelectedItemStroke property.
Declaration
public static readonly BindableProperty SelectedItemStrokeProperty
Field Value
BindableProperty
SelectedItemStrokeThicknessProperty
Identifies the SelectedItemStrokeThickness property.
Declaration
public static readonly BindableProperty SelectedItemStrokeThicknessProperty
Field Value
BindableProperty
Properties
ItemFill
Gets or sets the color used to fill the deselected rating item(s).
Declaration
public Color ItemFill { get; set; }
Property Value
Color
The color.
ItemShape
Gets or sets path geometry of a single rating item(s).
Declaration
[TypeConverter(typeof(RatingStringToItemShapeTypeConverter))]
public RadPathGeometry ItemShape { get; set; }
Property Value
The shape.
ItemStroke
Gets or sets the color used for stroke of the deselected rating item(s).
Declaration
public Color ItemStroke { get; set; }
Property Value
Color
The color.
ItemStrokeThickness
Gets or sets the thickness of the stroke of the selected rating item(s).
Declaration
public double ItemStrokeThickness { get; set; }
Property Value
The color.
SelectedItemFill
Gets or sets the color used to fill the selected rating item(s).
Declaration
public Color SelectedItemFill { get; set; }
Property Value
Color
The color.
SelectedItemStroke
Gets or sets the color used for stroke of the selected rating item(s).
Declaration
public Color SelectedItemStroke { get; set; }
Property Value
Color
The color.
SelectedItemStrokeThickness
Gets or sets the thickness of the stroke of the selected rating item(s).
Declaration
public double SelectedItemStrokeThickness { get; set; }
Property Value
The color.
Methods
OnParentSet()
Declaration
protected override void OnParentSet()