using System.ComponentModel; namespace PixiEditor.Models.Enums { public enum DocumentScope { [Description("Single Layer")] SingleLayer, [Description("All Layers")] AllLayers } }