Enum MeasureSpecification.ModeType

    Definition

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

    Size mode for this MeasureSpecification

    public enum MeasureSpecification.ModeType

    Fields

    Name Description
    AtMost

    This is used by the parent to impose a maximum size on the child. The child must guarantee that it and all of it's descendants will fit within this size.

    Exactly

    This is used by a parent to impose an exact size on the child. The child must use this size, and guarantee that all of its descendants will fit within this size.

    Unspecified

    This is used by a parent to determine the desired dimension of a child layout.

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