MindFusion.UI for WebForms Programmer's Guide

RatingMode Enumeration

See Also
 



Specifies how the Rating control displays values.

Namespace: MindFusion.UI.Web
Assembly: Enum.js

 Syntax

JavaScript  Copy Code

// enum
RatingMode = {}

 Members

  Member name Description

Half

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

Item

Value: 0. Indicates that the Rating control displays discrete values.

Precision

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

 See Also