Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1Window Class / HorizontalHeaderAlignment Property

In This Topic
    HorizontalHeaderAlignment Property (C1Window)
    In This Topic
    Gets or sets the HorizontalContentAlignment of the header.
    Syntax
    'Declaration
     
    
    Public Property HorizontalHeaderAlignment As HorizontalAlignment
    public HorizontalAlignment HorizontalHeaderAlignment {get; set;}
    See Also