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

适用于

另请参阅