Class SimpleViewStack
Inheritance
System.Object
SimpleViewStack
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public class SimpleViewStack : View
Constructors
SimpleViewStack()
Declaration
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
Insert(View, View)
Declaration
public void Insert(View before, View view)
Parameters
Type |
Name |
Description |
View |
before |
|
View |
view |
|
Pop()
Declaration
PopToRoot()
Declaration
Push(View)
Declaration
public void Push(View view)
Parameters
Type |
Name |
Description |
View |
view |
|