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

In This Topic
    ThumbnailOverBackground Property (C1FlexViewerPane)
    In This Topic
    Gets or sets a Windows.UI.Xaml.Media.Brush used for filling background for a hovered thumbnail.
    Syntax
    'Declaration
     
    Public Property ThumbnailOverBackground As Brush
    public Brush ThumbnailOverBackground {get; set;}
    See Also