'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value which Palette value will be applied on a higher level Palette change.")> Public Property PaletteInheritance As PaletteInheritance
'Usage
Dim instance As NExpander Dim value As PaletteInheritance instance.PaletteInheritance = value value = instance.PaletteInheritance
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets a value which Palette value will be applied on a higher level Palette change.")] public PaletteInheritance PaletteInheritance {get; set;}