Class ContentControlNavigator
Represents a navigator that sets the active view for a Microsoft.UI.Xaml.Controls.ContentControl.
Inherited Members
Namespace: Singulink.UI.Navigation.WinUI
Assembly: Singulink.UI.Navigation.WinUI.dll
Syntax
public class ContentControlNavigator : ViewNavigator
Constructors
| Name | Description |
|---|---|
| ContentControlNavigator(ContentControl) | Initializes a new instance of the ContentControlNavigator class with the specified Microsoft.UI.Xaml.Controls.ContentControl. |
Properties
| Name | Description |
|---|---|
| NavigationControl | Gets the navigation control that the navigator is managing the active view for. |
Methods
| Name | Description |
|---|---|
| SetActiveView(FrameworkElement?) | Sets the active view for the control. |