menu

WinForms

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

    Show / Hide Table of Contents

    Enum VertFlowAlign

    Specifies the alignment of child components within a column when vertically laid out.

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

    Fields

    Name Description
    Bottom

    The child component is bottom aligned within the column.

    Center

    The child component is center aligned within the column.

    Justify

    The child component will be expanded to fill any available extra height.

    Top

    The child component is top aligned within the column.

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