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