Class RadRatingItem
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Input
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadRatingItem : RadContentControl
Constructors
RadRatingItem()
Declaration
public RadRatingItem()
Fields
EmptyIconContentProperty
Declaration
public static readonly DependencyProperty EmptyIconContentProperty
Field Value
Microsoft.
|
EmptyIconContentTemplateProperty
Declaration
public static readonly DependencyProperty EmptyIconContentTemplateProperty
Field Value
Microsoft.
|
EmptyIconStyleProperty
Declaration
public static readonly DependencyProperty EmptyIconStyleProperty
Field Value
Microsoft.
|
FilledIconContentProperty
Declaration
public static readonly DependencyProperty FilledIconContentProperty
Field Value
Microsoft.
|
FilledIconContentTemplateProperty
Declaration
public static readonly DependencyProperty FilledIconContentTemplateProperty
Field Value
Microsoft.
|
FilledIconStyleProperty
Declaration
public static readonly DependencyProperty FilledIconStyleProperty
Field Value
Microsoft.
|
HighlightedIconStyleProperty
Declaration
public static readonly DependencyProperty HighlightedIconStyleProperty
Field Value
Microsoft.
|
Properties
EmptyIconContent
Declaration
public object EmptyIconContent { get; set; }
Property Value
System.
|
EmptyIconContentTemplate
Declaration
public object EmptyIconContentTemplate { get; set; }
Property Value
System.
|
EmptyIconStyle
Declaration
public Style EmptyIconStyle { get; set; }
Property Value
Microsoft.
|
FilledIconContent
Declaration
public object FilledIconContent { get; set; }
Property Value
System.
|
FilledIconContentTemplate
Declaration
public object FilledIconContentTemplate { get; set; }
Property Value
System.
|
FilledIconStyle
Declaration
public Style FilledIconStyle { get; set; }
Property Value
Microsoft.
|
HighlightedIconStyle
Declaration
public Style HighlightedIconStyle { get; set; }
Property Value
Microsoft.
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Windows.
|
Returns
Windows.
|
OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
Overrides
OnKeyDown(KeyRoutedEventArgs)
Declaration
protected override void OnKeyDown(KeyRoutedEventArgs e)
Parameters
Microsoft.
|
OnTapped(TappedRoutedEventArgs)
Declaration
protected override void OnTapped(TappedRoutedEventArgs e)
Parameters
Microsoft.
|