namespace TSZ.RevitMenu.Configuration { using System; public enum StackStyles { Normal, Pulldown } }