Show / Hide Table of Contents

    Class SimpleViewStack

    Inheritance
    System.Object
    SimpleViewStack
    Namespace: Tizen.UIExtensions.NUI
    Assembly: Tizen.UIExtensions.NUI.dll
    Syntax
    public class SimpleViewStack : View

    Constructors

    SimpleViewStack()

    Declaration
    public SimpleViewStack()

    Properties

    Stack

    Declaration
    public IReadOnlyList<View> Stack { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<View>

    Top

    Declaration
    public View? Top { get; }
    Property Value
    Type Description
    System.Nullable<View>

    Methods

    Clear()

    Declaration
    public void Clear()

    Insert(View, View)

    Declaration
    public void Insert(View before, View view)
    Parameters
    Type Name Description
    View before
    View view

    Pop()

    Declaration
    public void Pop()

    PopToRoot()

    Declaration
    public void PopToRoot()

    Push(View)

    Declaration
    public void Push(View view)
    Parameters
    Type Name Description
    View view
    Back to top Copyright © 2021 Samsung
    Generated by DocFX