TabBorder.BorderThickness Property

DevZest WPF Docking

TabBorderBorderThickness Property
Gets or sets the border thickness. 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 double BorderThickness { get; set; }
Public Property BorderThickness As Double
	Get
	Set

Property Value

Type: Double
The border thickness in device-independent units (1/96th inch per unit). The default value is 0.0.
See Also