FlowLayoutSettings.FlowDirection プロパティ

定義

連続するコントロールのフロー方向を示す値を取得または設定します。

public:
 property System::Windows::Forms::FlowDirection FlowDirection { System::Windows::Forms::FlowDirection get(); void set(System::Windows::Forms::FlowDirection value); };
public System.Windows.Forms.FlowDirection FlowDirection { get; set; }
member this.FlowDirection : System.Windows.Forms.FlowDirection with get, set
Public Property FlowDirection As FlowDirection

プロパティ値

FlowDirection

コンテナー内の連続するコントロールのフロー方向を示す FlowDirection。 既定値は、LeftToRight です。

注釈

FlowDirection は、クラスの既定の FlowLayoutSettings プロパティです。

適用対象

こちらもご覧ください