Interface IApiMediaWithCrops
Namespace: Umbraco.Cms.Core.Models.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface IApiMediaWithCrops : IApiMedia
Properties
View SourceCrops
Declaration
IEnumerable<ImageCrop>? Crops { get; }
Property Value
Type | Description |
---|---|
System.Nullable<IEnumerable<ImageCrop>> |
FocalPoint
Declaration
ImageFocalPoint FocalPoint { get; }
Property Value
Type | Description |
---|---|
ImageFocalPoint |