Spread WinForms 15
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)

Parameters

color
Color of the fill
See Also