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