ASP.NET Pack Programmer's Guide
RatingMode Enumeration
See Also
 





Specifies how the Rating control displays values.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public enum RatingMode

Visual Basic  Copy Code

Public Enum RatingMode

 Members

  Member name Value Description

Item

0

Indicates that the Rating control displays discrete values.

Half

1

Indicates the Rating control displays either full or half-full elements.

Precision

2

Indicates that the elements in the Rating control are filled to represent the value precisely.

 See Also

MindFusion.UI.WebForms Namespace