Gets or sets the VerticalAlignment of the cells in this row/column.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

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

See Also