BorderEdges Constructor(Style)
In This Topic
Initializes a new instance of a
BorderEdges.
Syntax
'Declaration
Public Function New( _
ByVal As Style _
)
public BorderEdges(
Style
)
Parameters
- style
- BorderEdges.Style that owns the new instance.
See Also