RadRatingItem
An item used in a rating control.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
[TelerikToolboxCategory("Input")]
[Themable]
public class RadRatingItem : ContentControl, IUpdateVisualState
Inheritance: objectRadRatingItem
Implements:
Constructors
Initializes a new instance of the RadRatingItem class.
public RadRatingItem()
Fields
IsMouseOverItemProperty
DependencyProperty
Identifies the MouseOverHelper dependency property.
public static readonly DependencyProperty IsMouseOverItemProperty
IsReadOnlyProperty
DependencyProperty
Identifies the IsReadOnly dependency property.
public static readonly DependencyProperty IsReadOnlyProperty
IsSelectedProperty
DependencyProperty
Identifies the SelectedHelper dependency property.
public static readonly DependencyProperty IsSelectedProperty
RatioVisibleProperty
DependencyProperty
Identifies the Value dependency property.
public static readonly DependencyProperty RatioVisibleProperty
ValueRatioProperty
DependencyProperty
Identifies the ValueHelper dependency property.
public static readonly DependencyProperty ValueRatioProperty
Properties
Gets or sets a value indicating whether the mouse is over this instance.
public bool IsMouseOverItem { get; set; }
Gets or sets a value indicating whether this instance is selected.
public bool IsSelected { get; set; }
Gets or sets the value.
public double RatioVisible { get; set; }
The value.
Gets or sets a value indicating the value ratio.
public double ValueRatio { get; set; }
Methods
OnCreateAutomationPeer()
AutomationPeer
Creates new ratingAutomationPeer when needed.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Resets the theme.
public void ResetTheme()