View Source
Class ImageCropperConfiguration.Crop
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
[DataContract]
public class Crop
Properties
View Source
Alias
Declaration
[DataMember(Name = "alias")]
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Height
Declaration
[DataMember(Name = "height")]
public int Height { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Width
Declaration
[DataMember(Name = "width")]
public int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|