alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class HeaderFooter

    Specifies the alignment used for drawing the header/footer text.

    Inheritance
    System.Object
    HeaderFooter
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public sealed class HeaderFooter : Enum

    Fields

    Center

    Specifies that the text will be centered.

    Declaration
    public const HeaderFooter Center
    Field Value
    Type
    HeaderFooter

    Left

    Specifies that the text will be aligned along the left edge.

    Declaration
    public const HeaderFooter Left
    Field Value
    Type
    HeaderFooter

    Right

    Specifies that the text will be aligned along the right edge.

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