Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NSymbolBox Class / SymbolColorMode Property


In This Topic
    SymbolColorMode Property
    In This Topic
    Determines whether the color of the symbol should change when the TextFill property of the button changes. This makes it easy to create symbol buttons with symbols whose color depends on the currently applied theme. By default set to OriginalSymbolColor.
    Syntax
    'Declaration
     
    
    Public Property SymbolColorMode As ENSymbolColorMode
    'Usage
     
    
    Dim instance As NSymbolBox
    Dim value As ENSymbolColorMode
     
    instance.SymbolColorMode = value
     
    value = instance.SymbolColorMode
    public ENSymbolColorMode SymbolColorMode {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