Xceed DataGrid for Silverlight Documentation
CellVerticalContentAlignment Property


Gets or sets a value representing the vertical content alignment of the cells contained in the column.
Syntax
'Declaration
 
Public Property CellVerticalContentAlignment As Nullable(Of VerticalAlignment)
'Usage
 
Dim instance As Column
Dim value As Nullable(Of VerticalAlignment)
 
instance.CellVerticalContentAlignment = value
 
value = instance.CellVerticalContentAlignment
public Nullable<VerticalAlignment> CellVerticalContentAlignment {get; set;}

Property Value

A VerticalAlignment value representing the vertical content alignment of the cells contained in the column. By default, a null reference (Nothing in Visual Basic), indicating that the alignment is defined by the theme.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

Column Class
Column Members

Send Feedback