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