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