Spread Windows Forms 12.0 Product Documentation
CreateRoundedLineBorder(Color) Method


FarPoint.Win Assembly > FarPoint.Win Namespace > RoundedLineBorderFactory Class > CreateRoundedLineBorder Method : CreateRoundedLineBorder(Color) Method
Color of the line
Creates a rounded-edge, single-line border with the specified color.
Syntax
'Declaration
 
Public Overloads Function CreateRoundedLineBorder( _
   ByVal color As Color _
) As RoundedLineBorder
'Usage
 
Dim instance As RoundedLineBorderFactory
Dim color As Color
Dim value As RoundedLineBorder
 
value = instance.CreateRoundedLineBorder(color)
public RoundedLineBorder CreateRoundedLineBorder( 
   Color color
)

Parameters

color
Color of the line
See Also

Reference

RoundedLineBorderFactory Class
RoundedLineBorderFactory Members
Overload List