Enum BackgroundOptions

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Enumeration for the background types.

    public enum BackgroundOptions

    Fields

    Name Description
    Center

    Centers the background image.

    Scale

    Scales the background image, retaining the aspect ratio.

    Stretch

    Stretches the background image to fill the UI component's area.

    Tile

    Tiles the background image at its original size.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX