The System.Windows.Forms.Layout namespace contains classes for implementing layout behaviors in your form or control.
The following list shows the classes included in this namespace:
The System.Windows.Forms.Layout.LayoutEngine abstract base class is used by the System.Windows.Forms.TableLayoutPanel and System.Windows.Forms.FlowLayoutPanel controls for building custom layout engines.
The System.Windows.Forms.Layout.ArrangedElementCollection class collects objects that participate in a layout managed by a System.Windows.Forms.Layout.LayoutEngine.
Type | Reason |
---|---|
ArrangedElementCollection |
Represents a collection of objects. |
LayoutEngine |
Provides the base class for implementing layout engines. |
TableLayoutSettingsTypeConverter |
Provides a unified way of converting types of values to other types, as well as for accessing standard values and subproperties. |