DevZest WPF Docking
FloatingWindowFirstVisiblePane Property |
Gets the first visible DockPane object contained by this FloatingWindow. 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 DockPane FirstVisiblePane { get; }
Public ReadOnly Property FirstVisiblePane As DockPane Get
Property Value
Type: DockPaneThe first visible DockPane object contained by this FloatingWindow.
See Also