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