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