namespace Umbraco.Web.Models { public enum ImageCropRatioMode { Width, Height } }