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

In This Topic
    StatusForeground Property (C1FlexViewerPane)
    In This Topic
    Gets or sets a Windows.UI.Xaml.Media.Brush which is used for drawing text of the status panel.
    Syntax
    'Declaration
     
    Public Property StatusForeground As Brush
    public Brush StatusForeground {get; set;}
    See Also