Search Results for

    Show / Hide Table of Contents
    View Source

    Class MediaPicker3Configuration.CropConfiguration

    Represents an image crop configuration.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class MediaPicker3Configuration.CropConfiguration

    Constructors

    View Source

    CropConfiguration()

    Declaration
    public CropConfiguration()

    Properties

    View Source

    Alias

    Gets or sets the alias of the crop.

    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 in pixels.

    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