Enum FlowAlignment
Specifies the alignment of layout components in the direction of flow.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum FlowAlignment
Fields
| Name | Description |
|---|---|
| Center | Center the components within the parent's width (if vertical layout) or height (if horizontal layout). |
| ChildConstraints | Refer to the child's FlowLayoutConstraints to determine the alignment and layout. |
| Far | Dock the components to the right border (if vertical layout) or bottom border (if horizontal layout). |
| Near | Dock the components to the left border (if vertical layout) or top border (if horizontal layout). |