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#
[TypeConverterAttribute(typeof(NullableObjectConverter<VerticalAlignment>))]
[DefaultValueAttribute(null)]
public Nullable<VerticalAlignment> VerticalAlignment { get; set; }
Visual Basic
<TypeConverterAttribute(GetType(NullableObjectConverter(Of VerticalAlignment)))> _
<DefaultValueAttribute(Nothing)> _
Public Property VerticalAlignment As Nullable(Of VerticalAlignment)
	Get
	Set

See Also