'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> Public Property ForegroundColor As System.Drawing.Color
'Usage
Dim instance As NHatchFillStyle Dim value As System.Drawing.Color instance.ForegroundColor = value value = instance.ForegroundColor
[System.Xml.Serialization.XmlIgnore()] public System.Drawing.Color ForegroundColor {get; set;}