MindFusion.Wpf Pack Programmer's Guide
RatingMode Enumeration
See Also
 





Specifies how the Rating control displays values.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  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.

 Remarks

Values of this enumeration can be assigned to the RatingMode property of the Rating class.

 See Also

MindFusion.UI.Wpf Namespace