'Declaration Public Enum LabelAlign Inherits System.Enum
public enum LabelAlign : System.Enum
'Declaration Public Enum LabelAlign Inherits System.Enum
public enum LabelAlign : System.Enum
| Member | Description | 
|---|---|
| Center | The label is aligned in the center of the progress bar. | 
| East | The label is aligned on the right side of the progress bar. | 
| North | The label is aligned at the top of the progress bar. | 
| Running | The label is aligned with the edge of the progress bar. | 
| South | The label is aligned at the bottom of the progress bar. | 
| West | The label is aligned on the left side of the progress bar. | 
System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1ProgressBar.LabelAlign