RobotNet/RobotNet.MapShares/Enums/AlignState.cs
2025-10-15 15:15:53 +07:00

14 lines
217 B
C#

namespace RobotNet.MapShares.Enums;
public enum AlignState
{
HorizontalLeft,
HorizontalRight,
VerticalTop,
VerticalBottom,
HorizontalCenter,
VerticalCenter,
SplitNode,
MergeNode,
}