alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class DockLabelAlignmentStyle

    Specifies the Alignment style of the dock label.

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

    Fields

    Center

    The Caption text is aligned to the Center.

    Declaration
    public const DockLabelAlignmentStyle Center
    Field Value
    Type
    DockLabelAlignmentStyle

    Default

    The Caption text is aligned to the Left by default.

    Declaration
    public const DockLabelAlignmentStyle Default
    Field Value
    Type
    DockLabelAlignmentStyle

    Left

    The Caption text is aligned to the Left.

    Declaration
    public const DockLabelAlignmentStyle Left
    Field Value
    Type
    DockLabelAlignmentStyle

    Right

    The Caption text is aligned to the Right.

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