'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the current color of the pool.")> Public Overridable Property Color As System.Drawing.Color
'Usage
Dim instance As NColorPool Dim value As System.Drawing.Color instance.Color = value value = instance.Color
[System.ComponentModel.Description("Gets/sets the current color of the pool.")] public virtual System.Drawing.Color Color {get; set;}