Show / Hide Table of Contents

    Enum AspectControl

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    Enumeration for the aspect control.

    public enum AspectControl

    Fields

    Name Description
    Both

    Use all horizontal @b and vertical container spaces to place an object (never growing it out of those bounds), using the given aspect.

    Horizontal

    Use all horizontal container space to place an object using the given aspect.

    Neither

    Same effect as the unset preference on the scaling.

    None

    Preference on the scaling unset.

    Vertical

    Use all vertical container space to place an object using the given aspect.

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