Enum GridLayout.StretchFlags

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    The value how child is resized within its space.

    [Flags]
    public enum GridLayout.StretchFlags

    Fields

    Name Description
    Expand

    Expand to share available space in GridLayout.

    ExpandAndFill

    Expand to share available space in GridLayout and fill the space.

    Fill

    Resize to completely fill the space.

    None

    Respect measured size of the child.

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