'Declaration
Public Property Background As System.Windows.Media.Brush
'Usage
Dim instance As VerticalScrollbarsPresenter Dim value As System.Windows.Media.Brush instance.Background = value value = instance.Background
public System.Windows.Media.Brush Background {get; set;}
public read-write property Background: System.Windows.Media.Brush;
public function get,set Background : System.Windows.Media.Brush