MindFusion.UI for WebForms Programmer's Guide

RatingItem.Value Property

See Also
 





Gets or sets the value represented by this item.

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

 Syntax

C#  Copy Code

public float Value { get; set; }

Visual Basic  Copy Code

Public Property Value As Single

 Property Value

Type: Single
An instance of the System.Single structure.

 See Also