ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ProgressIndicator Class / HorizontalHeaderAlignment Property

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