C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Rating Namespace / C1Rating Class / TotalValue Property

In This Topic
TotalValue Property
In This Topic
Total value of the control.
Syntax
'Declaration
 
Public Property TotalValue As System.Integer
 
Remarks
For ex, if the count is 5, split is 2 and the totalValue is 100, then the value that every step represents is 100/(5 * 2) = 10 and one star represents the 10*(1 * 2) = 20;
See Also