namespace SRDebugger { public enum PinAlignment { TopLeft = 0, TopRight = 1, BottomLeft = 2, BottomRight = 3 } }