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


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