Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / SolidColorBrush Class / SolidColorBrush Constructor
Color of the theme.


In This Topic
    SolidColorBrush Constructor
    In This Topic
    Initializes a new instance of the SolidColorBrush struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal color As SchemeColor _
    )
    'Usage
     
    
    Dim color As SchemeColor
     
    Dim instance As New SolidColorBrush(color)
    public SolidColorBrush( 
       SchemeColor color
    )

    Parameters

    color
    Color of the theme.
    See Also