'Declaration
<System.ComponentModel.CategoryAttribute("Palette")> <System.ComponentModel.DescriptionAttribute("Switches between automatic and custom palette mode.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property Mode As PaletteMode
'Usage
Dim instance As NPalette Dim value As PaletteMode instance.Mode = value value = instance.Mode
[System.ComponentModel.Category("Palette")] [System.ComponentModel.Description("Switches between automatic and custom palette mode.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public PaletteMode Mode {get; set;}