alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class HorzFlowAlign

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

    Inheritance
    System.Object
    HorzFlowAlign
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class HorzFlowAlign : Enum

    Fields

    Center

    The child component is centered within the row.

    Declaration
    public const HorzFlowAlign Center
    Field Value
    Type
    HorzFlowAlign

    Justify

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

    Declaration
    public const HorzFlowAlign Justify
    Field Value
    Type
    HorzFlowAlign
    Remarks

    Justified components are positioned after the centered ones.

    Left

    The child component is left aligned within the row.

    Declaration
    public const HorzFlowAlign Left
    Field Value
    Type
    HorzFlowAlign

    Right

    The child component is right aligned within the row.

    Declaration
    public const HorzFlowAlign Right
    Field Value
    Type
    HorzFlowAlign
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved