'Declaration
<System.ComponentModel.CategoryAttribute("Palette")> <System.ComponentModel.DescriptionAttribute("Controls the number of entries in the automatic palette.")> <System.ComponentModel.DefaultValueAttribute(3)> Public Property PaletteSteps As System.Integer
'Usage
Dim instance As NPalette Dim value As System.Integer instance.PaletteSteps = value value = instance.PaletteSteps
[System.ComponentModel.Category("Palette")] [System.ComponentModel.Description("Controls the number of entries in the automatic palette.")] [System.ComponentModel.DefaultValue(3)] public System.int PaletteSteps {get; set;}