Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NPalette Class / DefaultScheme Property


In This Topic
    DefaultScheme Property
    In This Topic
    Gets the default color scheme to be used. By default this is the value returned by the NUIManager.DefaultColorScheme
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property DefaultScheme As ColorScheme
    'Usage
     
    
    Dim instance As NPalette
    Dim value As ColorScheme
     
    value = instance.DefaultScheme
    protected virtual ColorScheme DefaultScheme {get;}
    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