Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / SolidFill Class / SolidFill Constructor
Color of the fill


In This Topic
    SolidFill Constructor
    In This Topic
    Creates a new solid fill with the specified color.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal color As Color _
    )
    'Usage
     
    
    Dim color As Color
     
    Dim instance As New SolidFill(color)
    public SolidFill( 
       Color color
    )

    Parameters

    color
    Color of the fill
    See Also