Class RelayoutContainer

    Definition

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

    An interface to encapsulate the information required for relayout.

    public class RelayoutContainer : IDisposable
    Inheritance
    object
    RelayoutContainer
    Implements
    System.IDisposable

    Fields

    View Source

    disposed

    A Flat to check if it is already disposed.

    Declaration
    protected bool disposed
    Field Value
    Type Description
    bool
    View Source

    swigCMemOwn

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    bool

    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

    Dispose()

    To make the RelayoutContainer instance be disposed.

    Declaration
    public void Dispose()
    View Source

    Dispose(DisposeTypes)

    Dispose.

    Declaration
    protected virtual void Dispose(DisposeTypes type)
    Parameters
    Type Name Description
    DisposeTypes type
    View Source

    ~RelayoutContainer()

    Dispose.

    Declaration
    protected ~RelayoutContainer()

    Implements

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