Show / Hide Table of Contents

Enum WindowHotspot

Specifies values for DevZest.Windows.WindowControl.Hotspot attached property.

Namespace: DevZest.Windows
Assembly: DevZest.WpfDocking.dll
Syntax
public enum WindowHotspot

Fields

Name Description
Move

The given dependency object is hotspot to move the window.

None

The given dependency object is not a hotspot.

ResizeBottom

The given dependency object is hotspot to resize the bottom edge of the window.

ResizeLeft

The given dependency object is hotspot to resize the left edge of the window.

ResizeLeftBottom

The given dependency object is hotspot to resize the left bottom edge of the window.

ResizeLeftTop

The given dependency object is hotspot to resize the left top edge of the window.

ResizeRight

The given dependency object is hotspot to resize the right edge of the window.

ResizeRightBottom

The given dependency object is hotspot to resize the right bottom edge of the window.

ResizeRightTop

The given dependency object is hotspot to resize the right top edge of the window.

ResizeTop

The given dependency object is hotspot to resize the top edge of the window.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest