ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / JapanesePostal Class / BackgroundColor Property

In This Topic
    BackgroundColor Property (JapanesePostal)
    In This Topic
    Gets or sets the background color to render the control.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    Public Overridable Property BackgroundColor As String
    [Json(1)]
    public virtual string BackgroundColor {get; set;}
    Remarks
    The default value for this property is White.
    See Also