menu

WinForms

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

    Show / Hide Table of Contents

    Enum HorzFlowAlign

    Specifies the alignment of child components within a row when horizontally laid out.

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public enum HorzFlowAlign

    Fields

    Name Description
    Center

    The child component is centered within the row.

    Justify

    The child component will be expanded (or shrunk up to the MinimumSize) to fill any available extra width.

    Left

    The child component is left aligned within the row.

    Right

    The child component is right aligned within the row.

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