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 : Disposable, IDisposable
- Inheritance
- 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 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#Copyprotected override void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
DisposeTypes | type | DisposeTypes |
Overrides
Implements
System.IDisposable