FlexReport for UWP | ComponentOne
C1.UWP.FlexViewer Assembly / C1.Xaml.FlexViewer Namespace / C1FlexViewerPane Class / PageBackground Property

In This Topic
    PageBackground Property (C1FlexViewerPane)
    In This Topic
    Gets or sets a Windows.UI.Xaml.Media.SolidColorBrush used for filling the page content.
    Syntax
    'Declaration
     
    Public Property PageBackground As SolidColorBrush
    public SolidColorBrush PageBackground {get; set;}
    See Also