Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / RoundedLineBorderFactory Class / CreateRoundedLineBorder Method / CreateRoundedLineBorder(Color,Int32) Method
Color of the line
Thickness of the line in pixels


In This Topic
    CreateRoundedLineBorder(Color,Int32) Method
    In This Topic
    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