Class ImageCropperConfiguration.Crop
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Infrastructure.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 |