Class RadRatingBase
Encapsulates common RadRating logic.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class RadRatingBase : RadLayout
Constructors
RadRatingBase()
Declaration
protected RadRatingBase()
Fields
IsReadOnlyProperty
Identifies the Is
Declaration
public static readonly BindableProperty IsReadOnlyProperty
Field Value
Microsoft.
|
ItemsCountProperty
Identifies theItems
Declaration
public static readonly BindableProperty ItemsCountProperty
Field Value
Microsoft.
|
ItemsSpacingProperty
Identifies the Items
Declaration
public static readonly BindableProperty ItemsSpacingProperty
Field Value
Microsoft.
|
ValueProperty
Identifies the Value property.
Declaration
public static readonly BindableProperty ValueProperty
Field Value
Microsoft.
|
Properties
IsReadOnly
Gets or sets a boolean value indicating if the control supports user interaction.
Declaration
public bool IsReadOnly { get; set; }
Property Value
System. The value. |
ItemsCount
Gets or sets the number of the visualized items.
Declaration
public int ItemsCount { get; set; }
Property Value
System. The count. |
ItemsSpacing
Gets or sets the space between the separate RadRating items.
Declaration
public double ItemsSpacing { get; set; }
Property Value
System. The space. |
Value
Gets or sets the RadRating.
Declaration
public double Value { get; set; }
Property Value
System. The RadRating. |
Events
ValueChanged
Occurs when the Value property of the control has changed.
Declaration
public event EventHandler<ValueChangedEventArgs> ValueChanged
Event Type
System.
|