Class RadRatingItem
An item used in a rating control.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
[TelerikToolboxCategory("Input")]
public class RadRatingItem : ContentControl, IUpdateVisualState
Constructors
RadRatingItem()
Fields
IsMouseOverItemProperty
Identifies the MouseOverHelper dependency property.
Declaration
public static readonly DependencyProperty IsMouseOverItemProperty
Field Value
System.Windows.DependencyProperty
|
IsReadOnlyProperty
Identifies the IsReadOnly dependency property.
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
System.Windows.DependencyProperty
|
IsSelectedProperty
Identifies the SelectedHelper dependency property.
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
System.Windows.DependencyProperty
|
RatioVisibleProperty
Identifies the Value dependency property.
Declaration
public static readonly DependencyProperty RatioVisibleProperty
Field Value
System.Windows.DependencyProperty
|
ValueRatioProperty
Identifies the ValueHelper dependency property.
Declaration
public static readonly DependencyProperty ValueRatioProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsMouseOverItem
Gets or sets a value indicating whether the mouse is over this instance.
Declaration
public bool IsMouseOverItem { get; set; }
Property Value
System.Boolean
|
IsSelected
Gets or sets a value indicating whether this instance is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
RatioVisible
Gets or sets the value.
Declaration
public double RatioVisible { get; set; }
Property Value
System.Double
The value. |
ValueRatio
Gets or sets a value indicating the value ratio.
Declaration
public double ValueRatio { get; set; }
Property Value
System.Double
|
Methods
OnCreateAutomationPeer()
Creates new ratingAutomationPeer when needed.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
Explicit Interface Implementations
IUpdateVisualState.UpdateVisualState(Boolean)
Updates the state of the visual.
Declaration
void IUpdateVisualState.UpdateVisualState(bool useTransitions)
Parameters
System.Boolean
useTransitions
|