Spread Windows Forms 12.0 Product Documentation
CreateLineBorder(Color) Method


FarPoint.Win Assembly > FarPoint.Win Namespace > LineBorderFactory Class > CreateLineBorder Method : CreateLineBorder(Color) Method
Color of the line
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)
public LineBorder CreateLineBorder( 
   Color color
)

Parameters

color
Color of the line
See Also

Reference

LineBorderFactory Class
LineBorderFactory Members
Overload List