ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Border Class / Border Constructor / Border Constructor(String)
The border color.

In This Topic
    Border Constructor(String)
    In This Topic
    Create a solid border using a color.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal color As String _
    )
    public Border( 
       string color
    )

    Parameters

    color
    The border color.
    See Also