ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Rating Namespace / C1Rating Class / Max Property

In This Topic
    Max Property (C1Rating)
    In This Topic
    The maximize value that can be rated.
    Syntax
    'Declaration
     
    Public Property Max As System.Nullable(Of Double)
    public System.Nullable<double> Max {get; set;}
    See Also