Class VertFlowAlign
Specifies the alignment of child components within a column when vertically laid out.
Inheritance
System.Object
VertFlowAlign
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class VertFlowAlign : Enum
Fields
Bottom
The child component is bottom aligned within the column.
Declaration
public const VertFlowAlign Bottom
Field Value
| Type |
|---|
| VertFlowAlign |
Center
The child component is center aligned within the column.
Declaration
public const VertFlowAlign Center
Field Value
| Type |
|---|
| VertFlowAlign |
Justify
The child component will be expanded to fill any available extra height.
Declaration
public const VertFlowAlign Justify
Field Value
| Type |
|---|
| VertFlowAlign |
Remarks
Justified components are positioned after the centered ones.
Top
The child component is top aligned within the column.
Declaration
public const VertFlowAlign Top
Field Value
| Type |
|---|
| VertFlowAlign |