menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum FlowAlignment - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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).

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved