DockWindowTab.IsContentTrimmed Property

DevZest WPF Docking

DockWindowTabIsContentTrimmed Property
Gets a value indicates whether the displaying content is 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 IsContentTrimmed { get; }
Public ReadOnly Property IsContentTrimmed As Boolean
	Get

Property Value

Type: Boolean
if the displaying content is trimmed, otherwise .
See Also