DockTreeSplit.IsVisible Property

DevZest WPF Docking

DockTreeSplitIsVisible Property
Gets a value indicates whether this DockTreeSplit is visible. 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 IsVisible { get; }
Public ReadOnly Property IsVisible As Boolean
	Get

Property Value

Type: Boolean
if this DockTreeSplit is visible, otherwise .
See Also