hosanna-ui-docs - v0.9.0
    Preparing search index...

    Enumeration SGImageLoadDisplayMode

    Enum representing the different display modes for loading images in the SG API.

    Index

    Enumeration Members

    LimitSize: "limitSize"

    Display mode where the image size is limited.

    NoScale: "noScale"

    Display mode where the image is not scaled.

    ScaleToFill: "scaleToFill"

    Display mode where the image is scaled to fill the entire container.

    ScaleToFit: "scaleToFit"

    Display mode where the image is scaled to fit within the container.

    ScaleToZoom: "scaleToZoom"

    Display mode where the image is scaled to zoom.