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