Class RadRating
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Input
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadRating : RadControl, IWeakEventListener
Constructors
RadRating()
Declaration
public RadRating()
Fields
AutoGeneratedItemsCountProperty
Declaration
public static readonly DependencyProperty AutoGeneratedItemsCountProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
CommandParameterProperty
Declaration
public static readonly DependencyProperty CommandParameterProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
CommandProperty
Declaration
public static readonly DependencyProperty CommandProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
EmptyIconContentProperty
Declaration
public static readonly DependencyProperty EmptyIconContentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
EmptyIconContentTemplateProperty
Declaration
public static readonly DependencyProperty EmptyIconContentTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
EmptyIconStyleProperty
Declaration
public static readonly DependencyProperty EmptyIconStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
FilledIconContentProperty
Declaration
public static readonly DependencyProperty FilledIconContentProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
FilledIconContentTemplateProperty
Declaration
public static readonly DependencyProperty FilledIconContentTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
FilledIconStyleProperty
Declaration
public static readonly DependencyProperty FilledIconStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
HighlightedIconStyleProperty
Declaration
public static readonly DependencyProperty HighlightedIconStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IsPanEnabledProperty
Declaration
public static readonly DependencyProperty IsPanEnabledProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IsReadOnlyProperty
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
OrientationProperty
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PrecisionProperty
Declaration
public static readonly DependencyProperty PrecisionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
SelectionModeProperty
Declaration
public static readonly DependencyProperty SelectionModeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ValueProperty
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
AutoGeneratedItemsCount
Declaration
public int AutoGeneratedItemsCount { get; set; }
Property Value
|
System.Int32
|
Command
Declaration
public ICommand Command { get; set; }
Property Value
|
System.Windows.Input.ICommand
|
CommandParameter
Declaration
public object CommandParameter { get; set; }
Property Value
|
System.Object
|
EmptyIconContent
Declaration
public object EmptyIconContent { get; set; }
Property Value
|
System.Object
|
EmptyIconContentTemplate
Declaration
public object EmptyIconContentTemplate { get; set; }
Property Value
|
System.Object
|
EmptyIconStyle
Declaration
public Style EmptyIconStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
FilledIconContent
Declaration
public object FilledIconContent { get; set; }
Property Value
|
System.Object
|
FilledIconContentTemplate
Declaration
public object FilledIconContentTemplate { get; set; }
Property Value
|
System.Object
|
FilledIconStyle
Declaration
public Style FilledIconStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
HighlightedIconStyle
Declaration
public Style HighlightedIconStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
IsPanEnabled
Declaration
public bool IsPanEnabled { get; set; }
Property Value
|
System.Boolean
|
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
|
System.Boolean
|
Items
Declaration
public ObservableCollection<RadRatingItem> Items { get; }
Property Value
|
System.Collections.ObjectModel.ObservableCollection<RadRatingItem>
|
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.Orientation
|
Precision
SelectionMode
Declaration
public RatingSelectionMode SelectionMode { get; set; }
Property Value
|
RatingSelectionMode
|
Value
Declaration
public double Value { get; set; }
Property Value
|
System.Double
|
Methods
ApplyTemplateCore()
Declaration
protected override bool ApplyTemplateCore()
Returns
|
System.Boolean
|
Overrides
Finalize()
Declaration
protected override void Finalize()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
OnKeyDown(KeyRoutedEventArgs)
Declaration
protected override void OnKeyDown(KeyRoutedEventArgs e)
Parameters
|
Microsoft.UI.Xaml.Input.KeyRoutedEventArgs
e
|
OnManipulationCompleted(ManipulationCompletedRoutedEventArgs)
Declaration
protected override void OnManipulationCompleted(ManipulationCompletedRoutedEventArgs args)
Parameters
|
Microsoft.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs
args
|
OnManipulationDelta(ManipulationDeltaRoutedEventArgs)
Declaration
protected override void OnManipulationDelta(ManipulationDeltaRoutedEventArgs args)
Parameters
|
Microsoft.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs
args
|
OnManipulationStarted(ManipulationStartedRoutedEventArgs)
Declaration
protected override void OnManipulationStarted(ManipulationStartedRoutedEventArgs args)
Parameters
|
Microsoft.UI.Xaml.Input.ManipulationStartedRoutedEventArgs
args
|
OnValueChanged(ValueChangedEventArgs<Object>)
Declaration
protected virtual void OnValueChanged(ValueChangedEventArgs<object> args)
Parameters
|
ValueChangedEventArgs<System.Object>
args
|
OnValueChanging(ValueChangingEventArgs<Object>)
Declaration
protected virtual void OnValueChanging(ValueChangingEventArgs<object> args)
Parameters
|
ValueChangingEventArgs<System.Object>
args
|
Events
ValueChanged
Declaration
public event EventHandler<ValueChangedEventArgs<object>> ValueChanged
Event Type
|
System.EventHandler<ValueChangedEventArgs<System.Object>>
|
ValueChanging
Declaration
public event EventHandler<ValueChangingEventArgs<object>> ValueChanging
Event Type
|
System.EventHandler<ValueChangingEventArgs<System.Object>>
|
Explicit Interface Implementations
IWeakEventListener.ReceiveEvent(Object, Object)
Declaration
void IWeakEventListener.ReceiveEvent(object sender, object args)
Parameters
|
System.Object
sender
|
|
System.Object
args
|