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

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