public enum ENProgressBarLabelStyle : System.Enum
public enum ENProgressBarLabelStyle : System.Enum
Member | Description |
---|---|
Factor | The label will show the current value as a factor of the progress bar range, i.e. as a number from 0 to 1. |
Hidden | The label will not be shown. |
Percent | The label will show the current value as a percent of the progress bar range, i.e. as a number from 0 to 100 followed by the '%' sign. |
Value | The label will show the current value. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.UI.ENProgressBarLabelStyle
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)