Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NProgressBar Class / RimWidthPercent Property


In This Topic
    RimWidthPercent Property
    In This Topic
    Gets/Sets the width of the rim of a circular progress bar relative to the radius of the circular progress bar. Taken into account only when Style is set to ENProgressBarStyle.Circular. By default set to 50%.
    Syntax
    'Declaration
     
    
    Public Property RimWidthPercent As System.Double
    'Usage
     
    
    Dim instance As NProgressBar
    Dim value As System.Double
     
    instance.RimWidthPercent = value
     
    value = instance.RimWidthPercent
    public System.double RimWidthPercent {get; set;}
    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