ComponentOne Reports for WPF
C1.C1Report Namespace / Field Class / BackColor Property

In This Topic
    BackColor Property (Field)
    In This Topic
    Gets or sets the field's background color.
    Syntax
    'Declaration
     
    Public Property BackColor As Color
    public Color BackColor {get; set;}
    See Also