FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.CustomFields.4.5.2 Assembly / C1.Win.FlexReport.CustomFields Namespace / SuperLabel Class / BackColor Property

In This Topic
    BackColor Property (SuperLabel)
    In This Topic
    Gets or sets the field's background color, this property works via C1.Win.FlexReport.VisualReportObject.Background property using C1.Win.C1Document.C1SolidBrush.
    Syntax
    'Declaration
     
    Public Property BackColor As Color
    public Color BackColor {get; set;}
    See Also