DevZest WPF Docking
DockItemStateEventArgsShowMethod Property |
Gets the show method for the state change.
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public abstract Nullable<DockItemShowMethod> ShowMethod { get; }
Public MustOverride ReadOnly Property ShowMethod As Nullable(Of DockItemShowMethod) Get
Property Value
Type: NullableDockItemShowMethodThe show method for the state change.
See Also