FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / ParagraphItem Class / Background Property

In This Topic
    Background Property (ParagraphItem)
    In This Topic
    Gets or sets the C1.WPF.Document.C1Brush object defining the background of the paragraph item.
    Syntax
    'Declaration
     
    Public Property Background As C1Brush
    public C1Brush Background {get; set;}
    See Also