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