Specifies how the Rating control displays values.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public enum RatingMode |
Visual Basic
Copy Code
|
|---|
Public Enum RatingMode |
Members| 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. |
RemarksValues of this enumeration can be assigned to the RatingMode property of the Rating class.
See Also