Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImageCropperConfiguration.Crop

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    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
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • Height
      • Width
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX