AutoHideStrip.Placement Property

DevZest WPF Docking

AutoHideStripPlacement Property
Gets or sets the value indicates where the auto-hide strip is placed.

Namespace: DevZest.Windows.Docking.Primitives
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public Dock Placement { get; set; }
Public Property Placement As Dock
	Get
	Set

Property Value

Type: Dock
The value indicates where the auto-hide strip is placed.
See Also