Enum VertFlowAlign
Specifies the alignment of child components within a column when vertically laid out.
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum VertFlowAlign
Fields
| Name | Description |
|---|---|
| Bottom | The child component is bottom aligned within the column. |
| Center | The child component is center aligned within the column. |
| Justify | The child component will be expanded to fill any available extra height. |
| Top | The child component is top aligned within the column. |