11 lines
152 B
C#
11 lines
152 B
C#
namespace Umbraco.Web.Models
|
|
{
|
|
public enum ImageCropAnchor
|
|
{
|
|
Center,
|
|
Top,
|
|
Right,
|
|
Bottom,
|
|
Left
|
|
}
|
|
} |