Enum ImageCropAnchor
Defines the anchor point for image cropping operations.
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public enum ImageCropAnchor
Fields
| Name | Description |
|---|---|
| Bottom | Anchor to the bottom of the image. |
| BottomLeft | Anchor to the bottom-left corner of the image. |
| BottomRight | Anchor to the bottom-right corner of the image. |
| Center | Anchor to the center of the image. |
| Left | Anchor to the left of the image. |
| Right | Anchor to the right of the image. |
| Top | Anchor to the top of the image. |
| TopLeft | Anchor to the top-left corner of the image. |
| TopRight | Anchor to the top-right corner of the image. |