TabBorder.Background Property

DevZest WPF Docking

TabBorderBackground Property
Gets or sets the Brush that fills the area. 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 Background { get; set; }
Public Property Background As Brush
	Get
	Set

Property Value

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