[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.RowCol.HeaderHorizontalAlignment

HeaderHorizontalAlignment Property

HeaderHorizontalAlignment

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

Declaration
[TypeConverter(typeof(NullableObjectConverter<HorizontalAlignment>))]
public HorizontalAlignment? HeaderHorizontalAlignment { get; set; }
<TypeConverter(GetType(NullableObjectConverter(Of HorizontalAlignment)))>
Public Property HeaderHorizontalAlignment As HorizontalAlignment?