'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the current predefined color scheme for the Palette.")> Public Property Scheme As ColorScheme
'Usage
Dim instance As NPalette Dim value As ColorScheme instance.Scheme = value value = instance.Scheme
[System.ComponentModel.Description("Gets/sets the current predefined color scheme for the Palette.")] public ColorScheme Scheme {get; set;}