RadControls for WPF

Rating control is a flexible UI component that allows users to intuitively rate by selecting number of items [stars].

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input (in Telerik.Windows.Controls.Input.dll) Version: 2013.1.403.40

Syntax

C#
public class RadRating : ItemsControl, IThemable, 
	IUpdateVisualState
Visual Basic
Public Class RadRating _
	Inherits ItemsControl _
	Implements IThemable, IUpdateVisualState

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ItemsControl
                Telerik.Windows.Controls..::..RadRating

See Also