Search Results for

    Show / Hide Table of Contents

    Enum EmbedResizeMode

    The resize mode for embedded content

    Namespace: ImageVault.Common.Html
    Assembly: ImageVault.Common.dll
    Syntax
    public enum EmbedResizeMode

    Fields

    Name Description
    Default

    Will keep the size of the actual content

    ScaleToFill

    Resizes the content to the parent container so it fills the entire area. Crop may occur

    ScaleToFit

    Resizes the content to the parent container so it fits inside.

    Extension Methods

    EnumExtensions.GetName()
    EnumExtensions.GetNames<EmbedResizeMode>()
    EnumExtensions.GetAttribute<TAttribute>()
    In This Article
    Back to top (c) Meriworks 2002-2022