using System; using System.Collections.Generic; using System.Text; namespace Util.DiagramDesigner { public enum FontCase { None, Upper, Lower, } }