Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1FilePicker Class / SelectionBackground Property

In This Topic
    SelectionBackground Property (C1FilePicker)
    In This Topic
    Gets or sets the System.Windows.Media.Brush that fills the background of the selected text.
    Syntax
    'Declaration
     
    
    Public Property SelectionBackground As Brush
    public Brush SelectionBackground {get; set;}
    See Also