'Declaration
<System.ComponentModel.CategoryAttribute("Palette")> <System.ComponentModel.DescriptionAttribute("Gets or sets the custom palette associated with the surface.")> Public Property Palette As NPalette
'Usage
Dim instance As NSurfaceSeriesBase Dim value As NPalette instance.Palette = value value = instance.Palette
[System.ComponentModel.Category("Palette")] [System.ComponentModel.Description("Gets or sets the custom palette associated with the surface.")] public NPalette Palette {get; set;}