Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IApiMediaWithCrops

    Represents media with image cropping information in the Delivery API.

    Namespace: Umbraco.Cms.Core.Models.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IApiMediaWithCrops : IApiMedia

    Properties

    View Source

    Crops

    Gets the defined image crops.

    Declaration
    IEnumerable<ImageCrop>? Crops { get; }
    Property Value
    Type Description
    IEnumerable<ImageCrop>
    View Source

    FocalPoint

    Gets the focal point of the image.

    Declaration
    ImageFocalPoint? FocalPoint { get; }
    Property Value
    Type Description
    ImageFocalPoint
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX