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