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