MindFusion.Wpf Pack Programmer's Guide
IStyle.VerticalAlignment Property
See Also
 





Gets or sets the vertical alignment of the element's contents.

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

 Syntax

C#  Copy Code

Nullable<VerticalAlignment> VerticalAlignment { get; set; }

Visual Basic  Copy Code

Property VerticalAlignment As Nullable(Of VerticalAlignment)

 Property Value

A member of the VerticalAlignment enumeration or null (Nothing in Visual Basic).

 See Also

IStyle Members
IStyle Interface
MindFusion.Spreadsheet.Wpf Namespace