
Visual Basic (Declaration) | |
---|---|
Public Class UXRating Inherits Intersoft.Client.Framework.ISItemsControl Implements IControl, IFramework, ILicensing |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As UXRating |
C# | |
---|---|
public class UXRating : Intersoft.Client.Framework.ISItemsControl, IControl, IFramework, ILicensing |
Delphi | |
---|---|
public class UXRating = class(Intersoft.Client.Framework.ISItemsControl, IControl, IFramework, ILicensing) |
JScript | |
---|---|
public class UXRating extends Intersoft.Client.Framework.ISItemsControl implements IControl, IFramework, ILicensing |
Managed Extensions for C++ | |
---|---|
public __gc class UXRating : public Intersoft.Client.Framework.ISItemsControl, IControl, IFramework, ILicensing |
C++/CLI | |
---|---|
public ref class UXRating : public Intersoft.Client.Framework.ISItemsControl, IControl, IFramework, ILicensing |
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 | ![]() |
---|---|
<Grid> <Intersoft:UXRating ItemCount="5" Width="200" Height="50" /> </Grid> |
Intersoft.Client.Framework.ISItemsControl
Intersoft.Client.UI.Aqua.UXInput.UXRating
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family