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