'Declaration <DescriptionAttribute("The background color of the grid element.")> <CategoryAttribute("Appearance")> <XmlIgnoreAttribute()> <ApplyToDesignerAttribute(True)> Public Property BackColor As Color
'Usage Dim instance As GridElementStyle Dim value As Color instance.BackColor = value value = instance.BackColor
[Description("The background color of the grid element.")] [Category("Appearance")] [XmlIgnore()] [ApplyToDesigner(true)] public Color BackColor {get; set;}