alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TextAlignment

    Specifies an alignment value for the GroupBarItem text.

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

    The TextAlignment enum is used for specifying a value for the GroupBar control's TextAlign property.

    Fields

    Center

    The text is horizontally centered.

    Declaration
    public const TextAlignment Center
    Field Value
    Type
    TextAlignment

    Left

    The text is aligned to the left.

    Declaration
    public const TextAlignment Left
    Field Value
    Type
    TextAlignment

    Right

    The text is aligned to the right.

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