Class ImageCropperConfiguration.Crop
Defines the settings for a specific crop within the image cropper configuration.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ImageCropperConfiguration.Crop
Constructors
View SourceCrop()
Declaration
public Crop()
Properties
View SourceAlias
Gets or sets the unique alias that identifies this crop configuration.
Declaration
public string Alias { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Height
Gets or sets the height of the crop, in pixels.
Declaration
public int Height { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Width
Gets or sets the width of the crop area.
Declaration
public int Width { get; set; }
Property Value
| Type | Description |
|---|---|
| int |