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