SplitContainer.Background Property

DevZest WPF Docking

SplitContainerBackground Property
Gets or sets the Brush used to fill the background. This is a dependency property.

Namespace: DevZest.Windows
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 used to fill the background, or to not use a background brush. The default is .
See Also