Gets or sets the vertical alignment of the element's contents.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
Nullable<VerticalAlignment> VerticalAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Property VerticalAlignment As Nullable(Of VerticalAlignment) |
A member of the VerticalAlignment enumeration or null (Nothing in Visual Basic).
See Also