ShowAction.ShowMethod Property

DevZest WPF Docking

ShowActionShowMethod Property
Gets or sets the show method for the action.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
[DefaultValueAttribute(DockItemShowMethod.Activate)]
public DockItemShowMethod ShowMethod { get; set; }
<DefaultValueAttribute(DockItemShowMethod.Activate)>
Public Property ShowMethod As DockItemShowMethod
	Get
	Set

Property Value

Type: DockItemShowMethod

[Missing <value> documentation for "P:DevZest.Windows.Docking.ShowAction.ShowMethod"]

See Also