alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved