Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / BevelBorder Class / BevelBorder Constructor / BevelBorder Constructor(BevelBorderType)
Type of beveled border


In This Topic
    BevelBorder Constructor(BevelBorderType)
    In This Topic
    Creates a beveled border of the specified type.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As BevelBorderType _
    )
    'Usage
     
    
    Dim type As BevelBorderType
     
    Dim instance As New BevelBorder(type)
    public BevelBorder( 
       BevelBorderType type
    )

    Parameters

    type
    Type of beveled border
    See Also