FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ParagraphItem Class / Background Property

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