Enum HorzFlowAlign
Specifies the alignment of child components within a row when horizontally laid out.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum HorzFlowAlign
Fields
| Name | Description |
|---|---|
| Center | The child component is centered within the row. |
| Justify | The child component will be expanded (or shrunk up to the MinimumSize) to fill any available extra width. |
| Left | The child component is left aligned within the row. |
| Right | The child component is right aligned within the row. |