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