Class SkiaShell.NavigationLayer<T>
public class SkiaShell.NavigationLayer<T> where T : SkiaControl
Type Parameters
T
- Inheritance
-
SkiaShell.NavigationLayer<T>
- Inherited Members
- Extension Methods
Constructors
NavigationLayer(SkiaShell, bool)
if isModel is true than will try to freeze background before showing. otherwise will be just an overlay like toast etc.
public NavigationLayer(SkiaShell shell, bool freezeLayout)
Parameters
Fields
NavigationStack
public ObservableCollection<T> NavigationStack
Field Value
_shell
protected readonly SkiaShell _shell
Field Value
Methods
Close(bool)
public Task Close(bool animated)
Parameters
animatedbool
Returns
Close(T, bool)
public Task Close(T control, bool animated)
Parameters
controlTanimatedbool
Returns
CloseAll()
public Task CloseAll()
Returns
OnOpened(T)
public virtual void OnOpened(T control)
Parameters
controlT
Open(T, bool)
public virtual Task Open(T control, bool animated)
Parameters
controlTanimatedbool