MindFusion.Wpf Pack Programmer's Guide
VerticalAlignment Enumeration
See Also
 





Specifies the vertical alignment of an element.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public enum VerticalAlignment

Visual Basic  Copy Code

Public Enum VerticalAlignment

 Members

  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.

 See Also

MindFusion.Spreadsheet.Wpf Namespace