using System.ComponentModel; namespace Connected { public enum Orientation { [Description("portrait")] Portrait, [Description("landscape")] Landscape } }