FlowLayoutSettings.FlowDirection プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
連続するコントロールのフロー方向を示す値を取得または設定します。
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。 既定値は、LeftToRight です。
注釈
FlowDirection は、クラスの既定の FlowLayoutSettings プロパティです。