Class SkiaViewSwitcher.NavigationStackEntry
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
ViewSkiaControlAnimatedboolPreservebool
Properties
Animated
public bool Animated { get; init; }
Property Value
Preserve
public bool Preserve { get; init; }
Property Value
View
public SkiaControl View { get; init; }