Class MediaPicker3Configuration.CropConfiguration
Represents an image crop configuration.
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class MediaPicker3Configuration.CropConfiguration
Constructors
View SourceCropConfiguration()
Declaration
public CropConfiguration()
Properties
View SourceAlias
Gets or sets the alias of the crop.
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 in pixels.
Declaration
public int Width { get; set; }
Property Value
| Type | Description |
|---|---|
| int |