Class RelayoutContainer

    Definition

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

    An interface to encapsulate the information required for relayout.

    public class RelayoutContainer : Disposable
    Inheritance
    object
    Disposable
    RelayoutContainer

    Methods

    View Source

    Add(View, Size2D)

    Adds relayout information to the container if it doesn't already exist.

    Declaration
    public virtual void Add(View view, Size2D size)
    Parameters
    Type Name Description
    View view

    The view to relayout.

    Size2D size

    The size to relayout.

    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    Disposable.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)

    Extension Methods

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