'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets or sets a bitwise mask specifying local palette inheritance.")> Public Property PaletteInheritance As PaletteInheritance
'Usage
Dim instance As NDockManager Dim value As PaletteInheritance instance.PaletteInheritance = value value = instance.PaletteInheritance
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets or sets a bitwise mask specifying local palette inheritance.")] public PaletteInheritance PaletteInheritance {get; set;}