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