Skip to main content

FrameNavigationService Properties

The service that provides methods to navigate between Views within a NavigationFrame.
Name Description
ActiveDocument Gets or sets the active document. Inherited from NavigationServiceBase.
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CanGoBack Returns whether backward navigation can be performed. Inherited from NavigationServiceBase.
CanGoForward Returns whether forward navigation can be performed. Inherited from NavigationServiceBase.
CanNavigate Gets a value indicating whether a NavigationFrame associated with the current service can navigate. Inherited from NavigationServiceBase.
Current Returns the current ViewModel. Inherited from NavigationServiceBase.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
Documents Gets the collection of existing documents. Inherited from NavigationServiceBase.
Frame Gets or sets the Frame to which the current service is associated.
HasAnimatedProperties Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
PrefetchedSources Gets or sets the collection of the predefined objects to display within the associated frame.
ShowSplashScreen Gets or sets whether this FrameNavigationService should display a splash screen when loading. This is a dependency property.
Source Gets or sets the View, initially displayed by the NavigationFrame, related to this FrameNavigationService.
SplashScreenService Gets or sets a splash screen service associated with this FrameNavigationService. This is a dependency property.
UnregisterOnUnloaded Gets or sets whether to unregister the service when the associated View is unloaded. This is a dependency property. Inherited from ServiceBase.
ViewLocator Specifies the view locator. Inherited from ViewServiceBase.
ViewTemplate Specifies the view template. Inherited from ViewServiceBase.
ViewTemplateSelector Specifies the template selector that chooses a view template based on the passed view model. Inherited from ViewServiceBase.
See Also