DocumentTabStrip.IsTabTrimmed Property

DevZest WPF Docking

DocumentTabStripIsTabTrimmed Property
Gets a value indicates whether any of the tabs are trimmed. 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 bool IsTabTrimmed { get; }
Public ReadOnly Property IsTabTrimmed As Boolean
	Get

Property Value

Type: Boolean
if any of the tabs are trimmed, otherwise .
See Also