Class RelayoutContainer
Definition
- Assembly:
- Tizen.NUI.dll
An interface to encapsulate the information required for relayout.
public class RelayoutContainer : IDisposable
- Inheritance
-
objectRelayoutContainer
- 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
Type | Name | Description |
---|---|---|
View | view | The view to relayout. |
Size2D | size | The size to relayout. |
Dispose()
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 |
---|---|---|
DisposeTypes | type |
~RelayoutContainer()
Dispose.
Declaration
protected ~RelayoutContainer()
Implements
System.IDisposable