ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputColor Class / Value Property

In This Topic
    Value Property (InputColor)
    In This Topic
    Gets or sets the current color.
    Syntax
    'Declaration
     
    
    Public Property Value As Nullable(Of Color)
    public Nullable<Color> Value {get; set;}
    See Also