'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.DescriptionAttribute("Gets/sets the default fore color to be used.")> Public Property ForeColor As System.Drawing.Color
'Usage
Dim instance As NSkinColor Dim value As System.Drawing.Color instance.ForeColor = value value = instance.ForeColor
[System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.Description("Gets/sets the default fore color to be used.")] public System.Drawing.Color ForeColor {get; set;}