Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TabControl Class / SelectedBackground Property

In This Topic
    SelectedBackground Property (C1TabControl)
    In This Topic
    Gets or sets the Windows.UI.Xaml.Media.Brush used to highlight the control when it is selected.
    Syntax
    'Declaration
     
    
    Public Property SelectedBackground As Brush
    public Brush SelectedBackground {get; set;}
    See Also