TabBorder.IsBottom Property

DevZest WPF Docking

TabBorderIsBottom Property
Gets or sets the value indicates the placement of the tab.

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

Property Value

Type: Boolean
if the tab is placed at bottom, otherwise .
See Also