Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImageCropperConfiguration

    Represents the configuration for the image cropper value editor.

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

    Constructors

    View Source

    ImageCropperConfiguration()

    Declaration
    public ImageCropperConfiguration()

    Properties

    View Source

    Crops

    Gets or sets the collection of crop definitions used by the image cropper configuration.

    Declaration
    [ConfigurationField("crops")]
    public ImageCropperConfiguration.Crop[]? Crops { get; set; }
    Property Value
    Type Description
    Crop[]
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX