DevZest WPF Docking
| DockItemStateEventArgsNewDockPosition Property |
Gets the dock position after state change.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntaxpublic abstract DockPosition NewDockPosition { get; }
Public MustOverride ReadOnly Property NewDockPosition As DockPosition Get
Property Value
Type: DockPositionThe dock position after state change.
See Also