MindFusion.UI for WebForms Programmer's Guide

Rating.Value Property

See Also
 





Gets or sets the value of the control.

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

 Syntax

C#  Copy Code

public double Value { get; set; }

Visual Basic  Copy Code

Public Property Value As Double

 Property Value

Type: Double
An instance of the System.Double structure. Default value is 0.0.

 See Also