Class RelayoutContainer

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

An interface to encapsulate the information required for relayout.

C#
Copy
public class RelayoutContainer : Disposable
Inheritance
RelayoutContainer

Methods

View Source

Add(View, Size2D)

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

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

The view to relayout.

Size2D size

The size to relayout.

API Level: 3
View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Declaration
C#
Copy
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type Name Description
Tizen.System.Runtime.InteropServices.HandleRef swigCPtr
Overrides

Extension Methods