Table of Contents

Class SkiaViewSwitcher.NavigationStackEntry

Namespace
DrawnUi.Controls
Assembly
DrawnUi.Maui.dll
public record SkiaViewSwitcher.NavigationStackEntry : IEquatable<SkiaViewSwitcher.NavigationStackEntry>
Inheritance
SkiaViewSwitcher.NavigationStackEntry
Implements
Inherited Members
Extension Methods

Constructors

NavigationStackEntry(SkiaControl, bool, bool)

public NavigationStackEntry(SkiaControl View, bool Animated, bool Preserve)

Parameters

View SkiaControl
Animated bool
Preserve bool

Properties

Animated

public bool Animated { get; init; }

Property Value

bool

Preserve

public bool Preserve { get; init; }

Property Value

bool

View

public SkiaControl View { get; init; }

Property Value

SkiaControl