Class RadShapeRating
Extends the RadRatingBase and provides addtional API for working with shapes.
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Input
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class RadShapeRating : RadRatingBase
Constructors
RadShapeRating()
Declaration
public RadShapeRating()
Fields
ItemFillProperty
Identifies the ItemFill property.
Declaration
public static readonly BindableProperty ItemFillProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ItemShapeProperty
Identifies the ItemShape property.
Declaration
public static readonly BindableProperty ItemShapeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ItemStrokeProperty
Identifies the ItemStroke property.
Declaration
public static readonly BindableProperty ItemStrokeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ItemStrokeThicknessProperty
Identifies the ItemStrokeThickness property.
Declaration
public static readonly BindableProperty ItemStrokeThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SelectedItemFillProperty
Identifies the SelectedItemFill property.
Declaration
public static readonly BindableProperty SelectedItemFillProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SelectedItemStrokeProperty
Identifies the SelectedItemStroke property.
Declaration
public static readonly BindableProperty SelectedItemStrokeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SelectedItemStrokeThicknessProperty
Identifies the SelectedItemStrokeThickness property.
Declaration
public static readonly BindableProperty SelectedItemStrokeThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ItemFill
Gets or sets the color used to fill the deselected rating item(s).
Declaration
public Color ItemFill { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
The color. |
ItemShape
Gets or sets path geometry of a single rating item(s).
Declaration
public RadPathGeometry ItemShape { get; set; }
Property Value
RadPathGeometry
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
Microsoft.Maui.Graphics.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
System.Double
The color. |
SelectedItemFill
Gets or sets the color used to fill the selected rating item(s).
Declaration
public Color SelectedItemFill { get; set; }
Property Value
Microsoft.Maui.Graphics.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
Microsoft.Maui.Graphics.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
System.Double
The color. |
Methods
OnParentSet()
Declaration
protected override void OnParentSet()