FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridColumn Class / HeaderHorizontalAlignment Property

In This Topic
    HeaderHorizontalAlignment Property (GridColumn)
    In This Topic
    Gets or sets the horizontal alignment of the header.
    Syntax
    'Declaration
     
    Public Property HeaderHorizontalAlignment As HorizontalAlignment
    public HorizontalAlignment HeaderHorizontalAlignment {get; set;}
    See Also