Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / LineBorderFactory Class / CreateLineBorder Method / CreateLineBorder(Color) Method
Color of the line


In This Topic
CreateLineBorder(Color) Method
In This Topic
Creates a single-line border with the specified color.
Syntax
'Declaration
 
Public Overloads Function CreateLineBorder( _
   ByVal color As Color _
) As LineBorder
 
'Usage
 
Dim instance As LineBorderFactory
Dim color As Color
Dim value As LineBorder
 
value = instance.CreateLineBorder(color)

Parameters

color
Color of the line
See Also