ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ProgressBar Namespace / C1ProgressBar Class / LabelAlign Property

In This Topic
    LabelAlign Property
    In This Topic
    Gets or sets the label's alignment on the progress bar. Possible values are: East The label is aligned on the right side of the progress bar. West The label is aligned on the left side of the progress bar. Center The label is aligned in the center of the progress bar. North The label is aligned at the top of the progress bar. South The label is aligned at the bottom of the progress bar. Running The label is aligned with the edge of the progress bar.
    Syntax
    'Declaration
     
    Public Property LabelAlign As LabelAlign
    public LabelAlign LabelAlign {get; set;}
    See Also