'Declaration
Public Function New( _ ByVal style As Style, _ ByVal horizontal As Boolean _ )
public StackPanel( Style style, bool horizontal )
Parameters
- style
- The Style object to use.
- horizontal
- True for horizontal and False for vertical orientation.