namespace Masuit.MyBlogs.Core.Common { public enum WatermarkPosition { TopLeft, TopRight, BottomLeft, BottomRight } }