Class ImageCropperConfiguration.Crop
Inheritance
object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ImageCropperConfiguration.Crop
Properties
View SourceAlias
Declaration
public string Alias { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Height
Declaration
public int Height { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Width
Declaration
public int Width { get; set; }
Property Value
| Type | Description |
|---|---|
| int |