Enum AbsoluteLayoutFlags

    Definition

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

    Enumeration for AbsoluteLayoutFlags.

    public enum AbsoluteLayoutFlags

    Fields

    Name Description
    All

    Indicates that all properties of the child element should be proportional to its parent.

    HeightProportional

    Indicates that the height of the child element should be proportional to its parent.

    None

    No flags set.

    PositionProportional

    Indicates that both the X and Y positions of the child element should be proportional to its parent.

    SizeProportional

    Indicates that both the width and height of the child element should be proportional to its parent.

    WidthProportional

    Indicates that the width of the child element should be proportional to its parent.

    XProportional

    Indicates that the X position of the child element should be proportional to its parent.

    YProportional

    Indicates that the Y position of the child element should be proportional to its parent.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<AbsoluteLayoutFlags>(AbsoluteLayoutFlags, string)
    Extensions.LoadFromXaml<AbsoluteLayoutFlags>(AbsoluteLayoutFlags, string)
    Extensions.LoadFromXaml<AbsoluteLayoutFlags>(AbsoluteLayoutFlags, Type)
    Extensions.LoadFromXamlFile<AbsoluteLayoutFlags>(AbsoluteLayoutFlags, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX