Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NUIManager Class / DefaultColorScheme Property


In This Topic
    DefaultColorScheme Property
    In This Topic
    Gets/sets the default color scheme to be used whenever a new palette is initialized.
    Syntax
    'Declaration
     
    
    Public Shared Property DefaultColorScheme As ColorScheme
    'Usage
     
    
    Dim value As ColorScheme
     
    NUIManager.DefaultColorScheme = value
     
    value = NUIManager.DefaultColorScheme
    public static ColorScheme DefaultColorScheme {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also