ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / C1FlexGrid Class / Marquee Property

In This Topic
    Marquee Property
    In This Topic
    Gets the Windows.UI.Xaml.FrameworkElement used to show the Excel-style marquee around the current selection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Marquee As FrameworkElement
    public FrameworkElement Marquee {get;}
    See Also