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