Spread Windows Forms 12.0 Product Documentation
CreateRoundedLineBorder(Color,Int32) Method


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

Parameters

color
Color of the line
thickness
Thickness of the line in pixels
See Also

Reference

RoundedLineBorderFactory Class
RoundedLineBorderFactory Members
Overload List