ClassRadRatingItem
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
RadRatingItem()
Initializes a new instance of the RadRatingItem class.
Declaration
public RadRatingItem()
Fields
IsMouseOverItemProperty
Identifies the MouseOverHelper dependency property.
Declaration
public static readonly DependencyProperty IsMouseOverItemProperty
Field Value
DependencyProperty
IsReadOnlyProperty
Identifies the IsReadOnly dependency property.
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
DependencyProperty
IsSelectedProperty
Identifies the SelectedHelper dependency property.
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
DependencyProperty
RatioVisibleProperty
Identifies the Value dependency property.
Declaration
public static readonly DependencyProperty RatioVisibleProperty
Field Value
DependencyProperty
ValueRatioProperty
Identifies the ValueHelper dependency property.
Declaration
public static readonly DependencyProperty ValueRatioProperty
Field Value
DependencyProperty
Properties
IsMouseOverItem
Gets or sets a value indicating whether the mouse is over this instance.
IsSelected
Gets or sets a value indicating whether this instance is selected.
RatioVisible
Gets or sets the value.
Declaration
[SuppressMessage("Microsoft.Naming", "CA1721:PropertyNamesShouldNotMatchGetMethods")]
public double RatioVisible { get; set; }
Property Value
The value.
ValueRatio
Gets or sets a value indicating the value ratio.
Methods
OnCreateAutomationPeer()
Creates new ratingAutomationPeer when needed.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.