Enum HitTestResult
Represents the result of a custom hit test performed for a Window
public enum HitTestResult
Fields
Draggable = 1The region tested is draggable, and can be used to drag the entire window
Normal = 0The region tested is normal, and has no special properties
ResizeBottom = 7The region tested is the bottom border of the window, and can be used to resize the window from that border
ResizeBottomLeft = 8The region tested is the bottom-left corner border of the window, and can be used to resize the window from that corner
ResizeBottomRight = 6The region tested is the bottom-right corner border of the window, and can be used to resize the window from that corner
ResizeLeft = 9The region tested is the left border of the window, and can be used to resize the window from that border
ResizeRight = 5The region tested is the right border of the window, and can be used to resize the window from that border
ResizeTop = 3The region tested is the top border of the window, and can be used to resize the window from that border
ResizeTopLeft = 2The region tested is the top-left corner border of the window, and can be used to resize the window from that corner
ResizeTopRight = 4The region tested is the top-right corner border of the window, and can be used to resize the window from that corner