Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1SolidBrush Class / C1SolidBrush Constructor / C1SolidBrush Constructor(Color)
The value of the Color property.

In This Topic
    C1SolidBrush Constructor(Color)
    In This Topic
    Initializes a new instance of the C1SolidBrush class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal color As Color _
    )
    public C1SolidBrush( 
       Color color
    )

    Parameters

    color
    The value of the Color property.
    See Also