﻿/*           INFINITY CODE          */
/*     https://infinity-code.com    */

namespace InfinityCode.UltimateEditorEnhancer
{
    public enum ToolbarAlign
    {
        topLeft,
        left,
        bottomLeft,
        bottom,
        bottomRight,
        right,
        topRight,
        top
    }
}