Class Item

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll
    public class Item : Disposable
    Inheritance
    object
    Disposable
    Item

    Constructors

    View Source

    Item()

    Declaration
    public Item()
    View Source

    Item(uint, View)

    Declaration
    public Item(uint t, View u)
    Parameters
    Type Name Description
    uint t
    View u
    View Source

    Item(Item)

    Declaration
    public Item(Item p)
    Parameters
    Type Name Description
    Item p

    Properties

    View Source

    first

    Declaration
    public uint first { get; set; }
    Property Value
    Type Description
    uint
    View Source

    second

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

    Methods

    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    Disposable.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX