StackPanel Constructor(Boolean)
Initializes a new instance of the
StackPanel element with specified orientation.
public StackPanel(
bool
)
'Declaration
Public Function New( _
ByVal As Boolean _
)
Parameters
- horizontal
- True for horizontal and False for vertical orientation.