mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:46:30 +00:00
9 lines
143 B
C#
9 lines
143 B
C#
namespace Azaion.Annotator.DTO;
|
|
|
|
public enum SelectionState
|
|
{
|
|
None = 0,
|
|
NewAnnCreating = 1,
|
|
AnnResizing = 2,
|
|
AnnMoving = 3
|
|
} |