'Declaration Public Function New( _ ByVal horizontal As System.Boolean _ )
public StackPanel( System.bool horizontal )
Parameters
- horizontal
- True for horizontal and False for vertical orientation.
'Declaration Public Function New( _ ByVal horizontal As System.Boolean _ )
public StackPanel( System.bool horizontal )