'Declaration
Public Shadows Property VerticalAlignment As CellVerticalAlignment
'Usage
Dim instance As Columns.DefaultColumn Dim value As CellVerticalAlignment instance.VerticalAlignment = value value = instance.VerticalAlignment
public new CellVerticalAlignment VerticalAlignment {get; set;}