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