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

In This Topic
    MarqueeColor Property
    In This Topic
    Gets or sets the Windows.UI.Xaml.Media.Brush that is used to the stroke of the Marquee.
    Syntax
    'Declaration
     
    
    Public Property MarqueeColor As Brush
    public Brush MarqueeColor {get; set;}
    See Also