TabBorder.BorderBrush Property

DevZest WPF Docking

TabBorderBorderBrush Property
Gets or sets the Brush that draws the outer border color. This is a dependency property.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public Brush BorderBrush { get; set; }
Public Property BorderBrush As Brush
	Get
	Set

Property Value

Type: Brush
The Brush that draws the outer border color. This property has no default value.
See Also