Intersoft ClientUI Documentation
UXRating Class
Members 



Represents a control that allows user to select rating item by click on the item.
Object Model
UXRating ClassISFramework ClassStyleSelector ClassDataTemplateSelector Class
Syntax
Remarks

UXRating is an ItemsControl providing an ItemCount property to conveniently add instances of UXRatingItem to the Items collection. You can also specify your own item without using ItemCount by specifying the custom values in the Items property. In the case that Items property is specified, the ItemCount property will be ignored. You can customize the minimum and maximum value through the Minimum and Maximum property respectively.

The following code shows you how to create a simple UXRating.

XAML
Copy Code
<Grid>
    <Intersoft:UXRating ItemCount="5" Width="200" Height="50" />
</Grid>
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ItemsControl
                  Intersoft.Client.Framework.ISItemsControl
                     Intersoft.Client.UI.Aqua.UXInput.UXRating

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXRating Members
Intersoft.Client.UI.Aqua.UXInput Namespace

Concepts

Commanding Overview
Items Control Overview
UXRating

Send Feedback