modified each other mode has own side and offset

This commit is contained in:
2026-08-08 23:27:28 +05:00
parent 5ecc46f7a3
commit 2af494d2f6
7 changed files with 110 additions and 35 deletions
+6 -5
View File
@@ -21,13 +21,14 @@ public enum PopupPlacementMode
/// <summary>
/// С какой стороны от курсора или каретки показывать подсказку.
/// </summary>
public enum CursorCorner
public enum AnchorSide
{
BottomRight,
BottomLeft,
TopRight,
TopLeft,
TopRight,
Left,
Right,
BottomLeft,
BottomRight,
}
/// <summary>