Class RelayoutContainer
Definition
- Assembly:
- Tizen.NUI.dll
An interface to encapsulate the information required for relayout.
public class RelayoutContainer : Disposable, IDisposable
- Inheritance
- Implements
-
System.
IDisposable
Fields
View SourceswigCMemOwn
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(DisposeTypes)
Dispose.
Declaration
protected override void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
Dispose |
type |
Overrides
Implements
System.IDisposable