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 |