ClassRadRatingItem
Represents an item from the RadRating control.
Definition
Namespace:Telerik.UI.Xaml.Controls.Input
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadRatingItem : RadContentControl
Inheritance: objectRadContentControlRadRatingItem
Inherited Members
Constructors
RadRatingItem()
Initializes a new instance of the RadRatingItem class.
Declaration
public RadRatingItem()
Fields
EmptyIconContentProperty
Identifies the EmptyIconContent dependency property.
Declaration
public static readonly DependencyProperty EmptyIconContentProperty
Field Value
DependencyProperty
EmptyIconContentTemplateProperty
Identifies the EmptyIconContentTemplate dependency property.
Declaration
public static readonly DependencyProperty EmptyIconContentTemplateProperty
Field Value
DependencyProperty
EmptyIconStyleProperty
Identifies the EmptyIconStyle dependency property.
Declaration
public static readonly DependencyProperty EmptyIconStyleProperty
Field Value
DependencyProperty
FilledIconContentProperty
Identifies the FilledIconContent dependency property.
Declaration
public static readonly DependencyProperty FilledIconContentProperty
Field Value
DependencyProperty
FilledIconContentTemplateProperty
Identifies the FilledIconContentTemplate dependency property.
Declaration
public static readonly DependencyProperty FilledIconContentTemplateProperty
Field Value
DependencyProperty
FilledIconStyleProperty
Identifies the FilledIconStyle dependency property.
Declaration
public static readonly DependencyProperty FilledIconStyleProperty
Field Value
DependencyProperty
HighlightedIconStyleProperty
Identifies the HighlightedIconStyle dependency property.
Declaration
public static readonly DependencyProperty HighlightedIconStyleProperty
Field Value
DependencyProperty
Properties
EmptyIconContent
Gets or sets the content of the icon when the item is not selected.
EmptyIconContentTemplate
Gets or sets the content template of the icon when the item is not selected.
Declaration
public object EmptyIconContentTemplate { get; set; }
Property Value
EmptyIconStyle
Gets or sets the style of the icon content when the item is not selected.
Declaration
public Style EmptyIconStyle { get; set; }
Property Value
Style
FilledIconContent
Gets or sets the content of the icon when the item is selected.
FilledIconContentTemplate
Gets or sets the content template of the icon when the item is selected.
Declaration
public object FilledIconContentTemplate { get; set; }
Property Value
FilledIconStyle
Gets or sets the style of the icon content when the item is selected.
Declaration
public Style FilledIconStyle { get; set; }
Property Value
Style
HighlightedIconStyle
Gets or sets the style of the icon content in highlighted state.
Declaration
public Style HighlightedIconStyle { get; set; }
Property Value
Style
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
Returns
Size
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
Declaration
protected override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnKeyDown(KeyRoutedEventArgs)
Declaration
protected override void OnKeyDown(KeyRoutedEventArgs e)
Parameters
e
KeyRoutedEventArgs
OnTapped(TappedRoutedEventArgs)
Declaration
protected override void OnTapped(TappedRoutedEventArgs e)
Parameters
e
TappedRoutedEventArgs