Class RelayoutContainer
Definition
- Assembly:
- Tizen.NUI.dll
An interface to encapsulate the information required for relayout.
public class RelayoutContainer : IDisposable
- Inheritance
-
objectRelayout
Container
- Implements
-
System.
IDisposable
Fields
View Sourcedisposed
A Flat to check if it is already disposed.
Declaration
protected bool disposed
Field Value
Type | Description |
---|---|
bool |
swigCMemOwn
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Type | Description |
---|---|
bool |
Methods
View SourceAdd(View, Size2D)
Adds relayout information to the container if it doesn't already exist.
Declaration
public virtual void Add(View view, Size2D size)
Parameters
View SourceDispose()
To make the RelayoutContainer instance be disposed.
Declaration
public void Dispose()
Dispose(DisposeTypes)
Dispose.
Declaration
protected virtual void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
Dispose |
type |
~RelayoutContainer()
Dispose.
Declaration
protected ~RelayoutContainer()
Implements
System.IDisposable