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