'Declaration
Public Function New( _ ByVal style As Style, _ ByVal horizontal As Boolean _ )
public FlowPanel( Style style, bool horizontal )
Parameters
- style
- The Style object to use.
- horizontal
- If True, creates panel of the horizontal orientation; if False, creates vertical panel.