Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENProgressBarLabelStyle Enumeration


In This Topic
    ENProgressBarLabelStyle Enumeration
    In This Topic
    Enumerates the progress bar label styles.
    Syntax
    'Declaration
     
    
    Public Enum ENProgressBarLabelStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENProgressBarLabelStyle
    public enum ENProgressBarLabelStyle : System.Enum 
    Members
    MemberDescription
    FactorThe label will show the current value as a factor of the progress bar range, i.e. as a number from 0 to 1.
    HiddenThe label will not be shown.
    PercentThe 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.
    ValueThe label will show the current value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENProgressBarLabelStyle

    Requirements

    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)

    See Also