Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NColorBar Class / ValueSelectorExtendPercent Property


In This Topic
    ValueSelectorExtendPercent Property
    In This Topic
    Gets or sets the extension of the value selector pointers, measured as a percent of the color bar width/height for vertical/horizontal color bars respectively. By default set to 30%.
    Syntax
    'Declaration
     
    
    Public Property ValueSelectorExtendPercent As System.Double
    'Usage
     
    
    Dim instance As NColorBar
    Dim value As System.Double
     
    instance.ValueSelectorExtendPercent = value
     
    value = instance.ValueSelectorExtendPercent
    public System.double ValueSelectorExtendPercent {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