'Declaration <DescriptionAttribute("The color of the border (report line).")> <CategoryAttribute("Appearance")> <XmlIgnoreAttribute()> <EndUserDisplayNameAttribute("Color")> <RefreshPropertiesAttribute(RefreshProperties.All)> Public Property ForeColor As Color
'Usage Dim instance As ReportLine Dim value As Color instance.ForeColor = value value = instance.ForeColor
[Description("The color of the border (report line).")] [Category("Appearance")] [XmlIgnore()] [EndUserDisplayName("Color")] [RefreshProperties(RefreshProperties.All)] public Color ForeColor {get; set;}