Class RatingSettings
Represents the rating settings class
Inheritance
Namespace: Syncfusion.Maui.Inputs
Assembly: Syncfusion.Maui.Inputs.dll
Syntax
public class RatingSettings : Element
Constructors
RatingSettings()
Initializes a new instance of the RatingSettings class.
Declaration
public RatingSettings()
Fields
RatedFillProperty
Identifies the RatedFill bindable property. This property can be used to customize the rated fill.
Declaration
public static readonly BindableProperty RatedFillProperty
Field Value
| Type |
|---|
| Microsoft.Maui.Controls.BindableProperty |
RatedStrokeProperty
Identifies the RatedStroke bindable property. This property can be used to customize the rated stroke.
Declaration
public static readonly BindableProperty RatedStrokeProperty
Field Value
| Type |
|---|
| Microsoft.Maui.Controls.BindableProperty |
RatedStrokeThicknessProperty
Identifies the RatedStrokeThickness bindable property. This property can be used to customize the rated stroke thickness.
Declaration
public static readonly BindableProperty RatedStrokeThicknessProperty
Field Value
| Type |
|---|
| Microsoft.Maui.Controls.BindableProperty |
UnratedFillProperty
Identifies the UnratedFill bindable property. This property can be used to customize the Unrated fill.
Declaration
public static readonly BindableProperty UnratedFillProperty
Field Value
| Type |
|---|
| Microsoft.Maui.Controls.BindableProperty |
UnratedStrokeProperty
Identifies the UnratedStroke bindable property. This property can be used to customize the Unrated stroke.
Declaration
public static readonly BindableProperty UnratedStrokeProperty
Field Value
| Type |
|---|
| Microsoft.Maui.Controls.BindableProperty |
UnratedStrokeThicknessProperty
Identifies the UnratedStrokeThickness bindable property. This property can be used to customize the Unrated stroke thickness.
Declaration
public static readonly BindableProperty UnratedStrokeThicknessProperty
Field Value
| Type |
|---|
| Microsoft.Maui.Controls.BindableProperty |
Properties
RatedFill
Gets or sets the value of RatedFillColor. This property can be used to change the color of RatedFill.
Declaration
public Brush RatedFill { get; set; }
Property Value
| Type |
|---|
| Microsoft.Maui.Controls.Brush |
RatedStroke
Gets or sets the value of RatedStrokeColor. This property can be used to change the color of RatedStroke.
Declaration
public Brush RatedStroke { get; set; }
Property Value
| Type |
|---|
| Microsoft.Maui.Controls.Brush |
RatedStrokeThickness
Gets or sets the value of RatedStrokeSize. This property can be used to change the size of RatedStroke.
Declaration
public double RatedStrokeThickness { get; set; }
Property Value
| Type |
|---|
| System.Double |
UnratedFill
Gets or sets the value of UnratedFillColor. This property can be used to change the color of UnratedFill.
Declaration
public Brush UnratedFill { get; set; }
Property Value
| Type |
|---|
| Microsoft.Maui.Controls.Brush |
UnratedStroke
Gets or sets the value of UnratedStrokeColor. This property can be used to change the color of UnratedStroke.
Declaration
public Brush UnratedStroke { get; set; }
Property Value
| Type |
|---|
| Microsoft.Maui.Controls.Brush |
UnratedStrokeThickness
Gets or sets the value of UnratedStrokeSize. This property can be used to change the size of UnratedStroke.
Declaration
public double UnratedStrokeThickness { get; set; }
Property Value
| Type |
|---|
| System.Double |
Methods
OnParentSet()
Invoked whenever the Parent of an element is set.
Declaration
protected override void OnParentSet()