Specifies the horizontal alignment of an element.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public enum HorizontalAlignment |
Visual Basic
Copy Code
|
|---|
Public Enum HorizontalAlignment |
Members| Member name | Description | |
|---|---|---|
![]() |
Center |
Indicates that the element is horizontally centered. |
![]() |
Default |
Indicates the default alignment, usually dependent on the element's type. |
![]() |
Left |
Indicates that the element is aligned to the left side. |
![]() |
Right |
Indicates that the element is aligned to the right side. |
See Also