'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <System.ComponentModel.DescriptionAttribute("Gets or sets the palette used to render docking panels GUI elements")> Public Property Palette As NPalette
'Usage
Dim instance As NDockManager Dim value As NPalette instance.Palette = value value = instance.Palette
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [System.ComponentModel.Description("Gets or sets the palette used to render docking panels GUI elements")] public NPalette Palette {get; set;}