LayoutSettings Class
Provides a base class for collecting layout scheme characteristics.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
System.Windows.Forms::LayoutSettings
System.Windows.Forms::FlowLayoutSettings
System.Windows.Forms::TableLayoutSettings
| Name | Description | |
|---|---|---|
![]() | LayoutSettings() | Initializes a new instance of the LayoutSettings class. |
| Name | Description | |
|---|---|---|
![]() | LayoutEngine | Gets the current table layout engine. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The LayoutSettings class is the base class for types that collect the various characteristics common to a specific user interface (UI) layout scheme, such as TableLayoutSettings and FlowLayoutSettings.
The following example shows how to initialize a TableLayoutSettings object for a TableLayoutPanel control. For a full code listing, see How to: Implement a Custom ToolStripRenderer.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


