System.Windows.Forms.FlowLayoutSettings Class

Collects the characteristics associated with flow layouts.

See Also: FlowLayoutSettings Members

Syntax

[System.ComponentModel.DefaultProperty("FlowDirection")]
public class FlowLayoutSettings : LayoutSettings

Remarks

The System.Windows.Forms.FlowLayoutSettings class collects and manages the characteristics associated with the flow layout scheme. This class is used internally by the System.Windows.Forms.FlowLayoutPanel and System.Windows.Forms.ToolStrip classes, as well as the flow layout engine. The System.Windows.Forms.FlowLayoutSettings class is used by the layout engine to determine how to layout the container's child controls.

The System.Windows.Forms.FlowLayoutSettings class manages the following information:

System.Windows.Forms.FlowLayoutSettings does not have a public constructor.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0