ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ListBox Class / SelectedBackground Property

In This Topic
    SelectedBackground Property (C1ListBox)
    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 Windows.UI.Xaml.Media.Brush
    public Windows.UI.Xaml.Media.Brush SelectedBackground {get; set;}
    See Also