共用方式為


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

適用於

另請參閱