Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IEnhancedBorder Interface / GetBorderLine Method
The border side.
The border color.
The border size.
The border style


In This Topic
    GetBorderLine Method (IEnhancedBorder)
    In This Topic
    Get the border style data.
    Syntax
    'Declaration
     
    
    Sub GetBorderLine( _
       ByVal bordersIndex As BordersIndex, _
       ByRef color As Color, _
       ByRef size As Integer, _
       ByRef borderStyle As ComplexBorderSideStyle _
    ) 
    'Usage
     
    
    Dim instance As IEnhancedBorder
    Dim bordersIndex As BordersIndex
    Dim color As Color
    Dim size As Integer
    Dim borderStyle As ComplexBorderSideStyle
     
    instance.GetBorderLine(bordersIndex, color, size, borderStyle)

    Parameters

    bordersIndex
    The border side.
    color
    The border color.
    size
    The border size.
    borderStyle
    The border style
    See Also