Class
RadRatingItem

Represents an item from the RadRating control.

Definition

Namespace:Telerik.UI.Xaml.Controls.Input

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RadRatingItem : RadContentControl

Inheritance: objectRadContentControlRadRatingItem

Inherited Members RadContentControl.IsFocusedPropertyRadContentControl.BeginVisualStateUpdate()RadContentControl.EndVisualStateUpdate(bool, bool)RadContentControl.UpdateVisualState(bool)RadContentControl.SetVisualState(string, bool)RadContentControl.CanUpdateVisualState()RadContentControl.OnUnloaded(object, RoutedEventArgs)RadContentControl.OnLoaded(object, RoutedEventArgs)RadContentControl.ComposeVisualStateName()RadContentControl.OnGotFocus(RoutedEventArgs)RadContentControl.OnLostFocus(RoutedEventArgs)RadContentControl.GetTemplatePart<T>(string, bool)RadContentControl.CurrentVisualStateRadContentControl.IsLoadedRadContentControl.IsTemplateAppliedRadContentControl.IsFocusedRadContentControl.IsProperlyTemplated

Constructors

RadRatingItem()

Initializes a new instance of the RadRatingItem class.

Declaration

cs-api-definition
public RadRatingItem()

Fields

EmptyIconContentProperty

Identifies the EmptyIconContent dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty EmptyIconContentProperty

Field Value

DependencyProperty

EmptyIconContentTemplateProperty

Identifies the EmptyIconContentTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty EmptyIconContentTemplateProperty

Field Value

DependencyProperty

EmptyIconStyleProperty

Identifies the EmptyIconStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty EmptyIconStyleProperty

Field Value

DependencyProperty

FilledIconContentProperty

Identifies the FilledIconContent dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FilledIconContentProperty

Field Value

DependencyProperty

FilledIconContentTemplateProperty

Identifies the FilledIconContentTemplate dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FilledIconContentTemplateProperty

Field Value

DependencyProperty

FilledIconStyleProperty

Identifies the FilledIconStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FilledIconStyleProperty

Field Value

DependencyProperty

HighlightedIconStyleProperty

Identifies the HighlightedIconStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HighlightedIconStyleProperty

Field Value

DependencyProperty

Properties

EmptyIconContent

Gets or sets the content of the icon when the item is not selected.

Declaration

cs-api-definition
public object EmptyIconContent { get; set; }

Property Value

object

EmptyIconContentTemplate

Gets or sets the content template of the icon when the item is not selected.

Declaration

cs-api-definition
public object EmptyIconContentTemplate { get; set; }

Property Value

object

EmptyIconStyle

Gets or sets the style of the icon content when the item is not selected.

Declaration

cs-api-definition
public Style EmptyIconStyle { get; set; }

Property Value

Style

FilledIconContent

Gets or sets the content of the icon when the item is selected.

Declaration

cs-api-definition
public object FilledIconContent { get; set; }

Property Value

object

FilledIconContentTemplate

Gets or sets the content template of the icon when the item is selected.

Declaration

cs-api-definition
public object FilledIconContentTemplate { get; set; }

Property Value

object

FilledIconStyle

Gets or sets the style of the icon content when the item is selected.

Declaration

cs-api-definition
public Style FilledIconStyle { get; set; }

Property Value

Style

HighlightedIconStyle

Gets or sets the style of the icon content in highlighted state.

Declaration

cs-api-definition
public Style HighlightedIconStyle { get; set; }

Property Value

Style

Methods

ArrangeOverride(Size)

Declaration

cs-api-definition
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

cs-api-definition
protected override void OnApplyTemplate()

Overrides RadContentControl.OnApplyTemplate()

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

Overrides RadContentControl.OnCreateAutomationPeer()

OnKeyDown(KeyRoutedEventArgs)

Declaration

cs-api-definition
protected override void OnKeyDown(KeyRoutedEventArgs e)

Parameters

e

KeyRoutedEventArgs

OnTapped(TappedRoutedEventArgs)

Declaration

cs-api-definition
protected override void OnTapped(TappedRoutedEventArgs e)

Parameters

e

TappedRoutedEventArgs