MindFusion.UI for WebForms Programmer's Guide

Rating.RatingMode Property

See Also
 





Specifies the rating mode.

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

 Syntax

C#  Copy Code

public RatingMode RatingMode { get; set; }

Visual Basic  Copy Code

Public Property RatingMode As RatingMode

 Property Value

Type: RatingMode
One of the RatingMode Enumeration values that specifies rating mode of the control. Default value is RatingMode.Item.

 See Also