InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / BorderEdges Class / BorderEdges Constructor / BorderEdges Constructor(Style)
BorderEdges.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
    BorderEdges.Style that owns the new instance.
    See Also