Gets or sets the VerticalAlignment of the cell content.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public Nullable<VerticalAlignment> VerticalAlignment { get; set; }
Visual Basic
Public Property VerticalAlignment As Nullable(Of VerticalAlignment)
	Get
	Set

See Also