FloatingWindow.IsVisible Property

DevZest WPF Docking

FloatingWindowIsVisible Property
Gets a value indicates this FloatingWindow is visible. This is a dependency property.

Namespace: DevZest.Windows.Docking
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 FloatingWindow is visible, otherwise .
See Also