InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / BorderEdges Class / BorderEdges Constructor / BorderEdges Constructor(Style)
Style that owns the new instance.

In This Topic
    BorderEdges Constructor(Style)
    In This Topic
    Initializes a new instance of a BorderEdges.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal style As Style _
    )
    public BorderEdges( 
       Style style
    )

    Parameters

    style
    Style that owns the new instance.
    See Also