StackPanel Constructor(Style,Boolean)
Initializes a new instance of the
StackPanel element with specified orientation and style options.
'Declaration
Public Function New( _
ByVal As Style, _
ByVal As Boolean _
)
Parameters
- style
- The Style object to use.
- horizontal
- True for horizontal and False for vertical orientation.