'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Specifies the color of the shadow")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property Color As System.Drawing.Color
'Usage
Dim instance As NShadowStyle Dim value As System.Drawing.Color instance.Color = value value = instance.Color
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Specifies the color of the shadow")] [System.Xml.Serialization.XmlIgnore()] public System.Drawing.Color Color {get; set;}