Specifies the vertical alignment of an element.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public enum VerticalAlignment |
Visual Basic
![]() |
---|
Public Enum VerticalAlignment |
Member name | Description | |
---|---|---|
![]() |
Bottom |
Indicates that the element is aligned to the bottom side. |
![]() |
Default |
Indicates the default alignment, usually dependent on the element's type. |
![]() |
Middle |
Indicates that the element is aligned in the middle. |
![]() |
Top |
Indicates that the element is aligned to the top side. |
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |