MindFusion.UI for WebForms Programmer's Guide

RatingMode Enumeration

See Also
 





Specifies how the Rating control displays values.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public enum RatingMode

Visual Basic  Copy Code

Public Enumeration 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