Show / Hide Table of Contents

Property FirstPane

| Improve this Doc View Source

FirstPane

Gets the first DockPane that this DockItem associated with. This is a dependency property.

Declaration
public DockPane FirstPane { get; }
Property Value
Type Description
DockPane

The first DockPane that this DockItem associated with.

Remarks

A DockItem object can contained by two DockPane objects, one for floating mode and one for non floating mode. The FirstPane property always returns the DockPane that the DockItem last shown. Calling ToggleFloating() swaps FirstPane and SecondPane if they both exist.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest