SplitContainer.SplitterWidth Property

DevZest WPF Docking

SplitContainerSplitterWidth Property
Gets or sets the width of the splitter, in device-independent units (1/96th inch per unit). 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 double SplitterWidth { get; set; }
Public Property SplitterWidth As Double
	Get
	Set

Property Value

Type: Double
Representing the width of the splitter, in device-independent units (1/96th inch per unit). The default is 4.
Remarks
Use the SplitterWidth property to change the width of the splitter itself, not the SplitContainer.
See Also