Xceed DataGrid for Silverlight Documentation
CellHorizontalContentAlignment Property


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

Property Value

A HorizontalAlignment value representing the horizontal 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