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






In This Topic
    BorderCollection Constructor(String)
    In This Topic
    Create uniform solid borders using a color.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal color As System.String _
    )
    'Usage
     
    
    Dim color As System.String
     
    Dim instance As New BorderCollection(color)
    public BorderCollection( 
       System.string color
    )
    public BorderCollection( 
        color: System.String
    ); 
    public function BorderCollection( 
       color : System.String
    );
    public: BorderCollection( 
       System.string* color
    )
    public:
    BorderCollection( 
       System.String^ color
    )

    Parameters

    color
    The border color.
    See Also