modified each other mode has own side and offset
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user