'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the minimum colums in the color picker.")> Public Property MinimumColumns As System.Integer
'Usage
Dim instance As NPaletteColorPane Dim value As System.Integer instance.MinimumColumns = value value = instance.MinimumColumns
[System.ComponentModel.Description("Gets/sets the minimum colums in the color picker.")] public System.int MinimumColumns {get; set;}