'宣言 Public Function New( _ ByVal style As Style, _ ByVal horizontal As Boolean _ )
public StackPanel( Style style, bool horizontal )
パラメータ
- style
- The Style object to use.
- horizontal
- True for horizontal and False for vertical orientation.
'宣言 Public Function New( _ ByVal style As Style, _ ByVal horizontal As Boolean _ )
public StackPanel( Style style, bool horizontal )