ColumnPanel Constructor(Style)
In This Topic
Initializes a new instance of the
ColumnPanel element with specified style options.
Syntax
'Declaration
Public Function New( _
ByVal As Style _
)
public ColumnPanel(
Style
)
Parameters
- style
- The Style object to use.
See Also