'Declaration
<System.ComponentModel.CategoryAttribute("Palette")> <System.ComponentModel.DescriptionAttribute("Gets or sets an array of colors that are used for the automatic palette.")> Public Property AutoPaletteColors As NArgbColorValue()
'Usage
Dim instance As NPalette Dim value() As NArgbColorValue instance.AutoPaletteColors = value value = instance.AutoPaletteColors
[System.ComponentModel.Category("Palette")] [System.ComponentModel.Description("Gets or sets an array of colors that are used for the automatic palette.")] public NArgbColorValue[] AutoPaletteColors {get; set;}