Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NSBColorPicker Class / Hue Property


In This Topic
    Hue Property
    In This Topic
    Defines the hue of the currently selected color and should be in the range [0, 360).
    Syntax
    'Declaration
     
    
    Public Property Hue As System.Single
    'Usage
     
    
    Dim instance As NSBColorPicker
    Dim value As System.Single
     
    instance.Hue = value
     
    value = instance.Hue
    public System.float Hue {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