Win32Properties.Win32HitTestValue Enumeration
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum Win32HitTestValue
Public Enumeration Win32HitTestValue
type Win32HitTestValue
Members
Nowhere | 0 | |
Client | 1 | |
Caption | 2 | |
MinButton | 8 | |
MaxButton | 9 | |
Left | 10 | |
Right | 11 | |
Top | 12 | |
TopLeft | 13 | |
TopRight | 14 | |
Bottom | 15 | |
BottomLeft | 16 | |
BottomRight | 17 | |
Close | 20 |