Class ViewNavigator
Represents a view navigator that sets the active view displayed in a control.
Namespace: Singulink.UI.Navigation.WinUI
Assembly: Singulink.UI.Navigation.WinUI.dll
Syntax
public abstract class ViewNavigator
Properties
| Name | Description |
|---|---|
| NavigationControl | Gets the navigation control that the navigator is managing the active view for. |
Methods
| Name | Description |
|---|---|
| Create(ContentControl) | Creates a new instance of the ViewNavigator class using the specified content control. |
| SetActiveView(FrameworkElement?) | Sets the active view for the control. |