FlowLayoutSettings::FlowDirection Property
.NET Framework (current version)
Gets or sets a value indicating the flow direction of consecutive controls.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property FlowDirection FlowDirection { FlowDirection get(); void set(FlowDirection value); }
Property Value
Type: System.Windows.Forms::FlowDirectionA FlowDirection indicating the flow direction of consecutive controls in the container. The default is LeftToRight.
FlowDirection is the default property for the FlowLayoutSettings class.
.NET Framework
Available since 2.0
Available since 2.0
Show: