'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the end color of the background gradient")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property ControlDark As System.Drawing.Color
'Usage
Dim instance As NPalette Dim value As System.Drawing.Color instance.ControlDark = value value = instance.ControlDark
[System.ComponentModel.Description("Gets/sets the end color of the background gradient")] [System.Xml.Serialization.XmlIgnore()] public System.Drawing.Color ControlDark {get; set;}