Class Item

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
C#
Copy
public class Item : Disposable
Inheritance

Constructors

View Source

Item()

Declaration
C#
Copy
public Item()
View Source

Item(UInt32, View)

Declaration
C#
Copy
public Item(uint t, View u)
Parameters
Type Name Description
UInt32 t
View u
View Source

Item(Item)

Declaration
C#
Copy
public Item(Item p)
Parameters
Type Name Description
Item p

Properties

View Source

first

Declaration
C#
Copy
public uint first { get; set; }
Property Value
Type Description
UInt32
View Source

second

Declaration
C#
Copy
public View second { get; set; }
Property Value
Type Description
View

Methods

View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Declaration
C#
Copy
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type Name Description
Tizen.System.Runtime.InteropServices.HandleRef swigCPtr
Overrides

Extension Methods