Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImageCropperConfiguration.Crop

    Defines the settings for a specific crop within the image cropper configuration.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class ImageCropperConfiguration.Crop

    Constructors

    View Source

    Crop()

    Declaration
    public Crop()

    Properties

    View Source

    Alias

    Gets or sets the unique alias that identifies this crop configuration.

    Declaration
    public string Alias { get; set; }
    Property Value
    Type Description
    string
    View Source

    Height

    Gets or sets the height of the crop, in pixels.

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    int
    View Source

    Width

    Gets or sets the width of the crop area.

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    int
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX