Specifies how the Rating control displays values.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight
C#
![]() |
---|
public enum RatingMode |
Visual Basic
![]() |
---|
Public Enum RatingMode |
Member name | Description | |
---|---|---|
![]() |
Exact |
Indicates that the elements in the Rating control are filled to represent the value precisely. |
![]() |
Half |
Indicates the Rating control displays either full or half-full elements. |
![]() |
Item |
Indicates that the Rating control displays discrete values. |
Values of this enumeration can be assigned to the RatingMode property of the Rating class.