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