Bagikan melalui


NavigableElement.Navigation Property

Definition

Gets the object responsible for handling stack-based navigation.

public:
 property Microsoft::Maui::Controls::INavigation ^ Navigation { Microsoft::Maui::Controls::INavigation ^ get(); };
public Microsoft.Maui.Controls.INavigation Navigation { get; }
member this.Navigation : Microsoft.Maui.Controls.INavigation
Public ReadOnly Property Navigation As INavigation

Property Value

Remarks

Binds to the NavigationPropertyBindableProperty.

Applies to