Specifies the horizontal alignment of an element.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public enum HorizontalAlignment |
Visual Basic
![]() |
---|
Public Enum HorizontalAlignment |
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. |
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |