Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / CompoundBorder Class / CompoundBorder Constructor / CompoundBorder Constructor(IBorder,IBorder,Int32,Color)
Outside border
Inside border
Face width of the border
Face color of the border


In This Topic
    CompoundBorder Constructor(IBorder,IBorder,Int32,Color)
    In This Topic
    Creates a compound border with the specified inside and outside borders and the specified face color.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal outer As IBorder, _
       ByVal inner As IBorder, _
       ByVal faceWidth As Integer, _
       ByVal faceColor As Color _
    )
    'Usage
     
    
    Dim outer As IBorder
    Dim inner As IBorder
    Dim faceWidth As Integer
    Dim faceColor As Color
     
    Dim instance As New CompoundBorder(outer, inner, faceWidth, faceColor)
    public CompoundBorder( 
       IBorder outer,
       IBorder inner,
       int faceWidth,
       Color faceColor
    )

    Parameters

    outer
    Outside border
    inner
    Inside border
    faceWidth
    Face width of the border
    faceColor
    Face color of the border
    See Also