Class FlowAlignment
Specifies the alignment of layout components in the direction of flow.
Inheritance
System.Object
FlowAlignment
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class FlowAlignment : Enum
Fields
Center
Center the components within the parent's width (if vertical layout) or height (if horizontal layout).
Declaration
public const FlowAlignment Center
Field Value
| Type |
|---|
| FlowAlignment |
ChildConstraints
Refer to the child's FlowLayoutConstraints to determine the alignment and layout.
Declaration
public const FlowAlignment ChildConstraints
Field Value
| Type |
|---|
| FlowAlignment |
Far
Dock the components to the right border (if vertical layout) or bottom border (if horizontal layout).
Declaration
public const FlowAlignment Far
Field Value
| Type |
|---|
| FlowAlignment |
Near
Dock the components to the left border (if vertical layout) or top border (if horizontal layout).
Declaration
public const FlowAlignment Near
Field Value
| Type |
|---|
| FlowAlignment |