DockCommands.ToggleFloating Property

DevZest WPF Docking

DockCommandsToggleFloating Property
Gets the value that represents the Toggle Floating command.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static RoutedCommand ToggleFloating { get; }
Public Shared ReadOnly Property ToggleFloating As RoutedCommand
	Get

Property Value

Type: RoutedCommand
The command.
See Also