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 : IDisposable
Inheritance
RelayoutContainer
Implements
System.IDisposable

Fields

View Source

disposed

A Flat to check if it is already disposed.

Declaration
C#
Copy
protected bool disposed
Field Value
Type Description
Boolean
API Level: 3
View Source

swigCMemOwn

swigCMemOwn

Declaration
C#
Copy
protected bool swigCMemOwn
Field Value
Type Description
Boolean
API Level: 3

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

Dispose()

To make the RelayoutContainer instance be disposed.

Declaration
C#
Copy
public void Dispose()
API Level: 3
View Source

Dispose(DisposeTypes)

Dispose.

Declaration
C#
Copy
protected virtual void Dispose(DisposeTypes type)
Parameters
Type Name Description
DisposeTypes type
API Level: 3
View Source

Finalize()

Dispose.

Declaration
C#
Copy
protected void Finalize()
API Level: 3

Implements

System.IDisposable