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