Struct MeasureSpecification

    Definition

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

    A MeasureSpecification is used during the Measure pass by a LayoutGroup to inform it's children how to be measured. For instance, it may measure a child with an exact width and an unspecified height in order to determine height for width.

    public struct MeasureSpecification

    Constructors

    View Source

    MeasureSpecification(LayoutLength, ModeType)

    Constructor taking size and mode type.

    Declaration
    public MeasureSpecification(LayoutLength size, MeasureSpecification.ModeType mode)
    Parameters
    Type Name Description
    LayoutLength size

    size value.

    MeasureSpecification.ModeType mode

    mode value.

    Fields

    View Source

    Mode

    MeasureSpecification Mode.

    Declaration
    [Obsolete("Deprecated in API9, will be removed in API11. Use GetMode,SetMode instead.")]
    public MeasureSpecification.ModeType Mode
    Field Value
    Type Description
    MeasureSpecification.ModeType
    View Source

    Size

    MeasureSpecification Size value.

    Declaration
    [Obsolete("Deprecated in API9, will be removed in API11. Use GetSize,SetSize instead.")]
    public LayoutLength Size
    Field Value
    Type Description
    LayoutLength
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX