Class TableView.CellPosition
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
Class to specify the layout position for the child view.
C#Copypublic class TableView.CellPosition : IDisposable
- Inheritance
-
objectTableView.CellPosition
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic CellPosition()
Declaration
C#Copypublic CellPosition(uint rowIndex, uint columnIndex, uint rowSpan, uint columnSpan)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | rowIndex | The row index initialized. |
| uint | columnIndex | The column index initialized. |
| uint | rowSpan | The row span initialized. |
| uint | columnSpan | The column span initialized. |
View Source
CellPosition(uint, uint, uint)
The constructor to initialize values to defaults for convenience.
Declaration
C#Copypublic CellPosition(uint rowIndex, uint columnIndex, uint rowSpan)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | rowIndex | The row index initialized. |
| uint | columnIndex | The column index initialized. |
| uint | rowSpan | The row span initialized. |
View Source
CellPosition(uint, uint)
The constructor to initialize values to defaults for convenience.
Declaration
C#Copypublic CellPosition(uint rowIndex, uint columnIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | rowIndex | The row index initialized. |
| uint | columnIndex | The column index initialized. |
Declaration
C#Copypublic CellPosition(uint rowIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | rowIndex | The row index initialized. |
Fields
Declaration
C#Copyprotected bool disposed
Field Value
| Type | Description |
|---|---|
| bool |
Declaration
C#Copyprotected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Properties
Declaration
C#Copypublic uint ColumnIndex { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Declaration
C#Copypublic uint ColumnSpan { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Declaration
C#Copypublic uint RowIndex { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Declaration
C#Copypublic uint RowSpan { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Methods
Declaration
C#Copypublic void Dispose()
Declaration
C#Copyprotected virtual void Dispose(DisposeTypes type)
Parameters
| Type | Name | Description |
|---|---|---|
| DisposeTypes | type | DisposeTypes |
Declaration
C#Copyprotected ~CellPosition()
Implements
System.IDisposable