Search Results for

    Show / Hide Table of Contents

    Enum ImageCropAnchor

    Defines the anchor point for image cropping operations.

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public enum ImageCropAnchor

    Fields

    Name Description
    Bottom

    Anchor to the bottom of the image.

    BottomLeft

    Anchor to the bottom-left corner of the image.

    BottomRight

    Anchor to the bottom-right corner of the image.

    Center

    Anchor to the center of the image.

    Left

    Anchor to the left of the image.

    Right

    Anchor to the right of the image.

    Top

    Anchor to the top of the image.

    TopLeft

    Anchor to the top-left corner of the image.

    TopRight

    Anchor to the top-right corner of the image.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<ImageCropAnchor, TProperty>(ImageCropAnchor, Expression<Func<ImageCropAnchor, TProperty>>)
    DictionaryExtensions.MergeLeft<ImageCropAnchor, TK, TV>(ImageCropAnchor, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<ImageCropAnchor, TK, TV>(ImageCropAnchor, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<ImageCropAnchor>(ImageCropAnchor)
    ObjectExtensions.AsEnumerableOfOne<ImageCropAnchor>(ImageCropAnchor)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX