Ribbon for WinForms
StackPanel コンストラクタ(Style,Boolean)

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > StackPanel クラス > StackPanel コンストラクタ : StackPanel コンストラクタ(Style,Boolean)
The Style object to use.
True for horizontal and False for vertical orientation.
Initializes a new instance of the StackPanel element with specified orientation and style options.
シンタックス
'宣言
 
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.
参照

StackPanel クラス
StackPanel メンバ
オーバーロード一覧