'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)> Public Property Background As System.Windows.Media.Brush
'Usage
Dim instance As SymConfigDesigner Dim value As System.Windows.Media.Brush instance.Background = value value = instance.Background
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Bindable(Bindable=true, Direction=BindingDirection.OneWay)] public System.Windows.Media.Brush Background {get; set;}