FrameNavigationService Properties
The service that provides methods to navigate between Views within a NavigationFrame.
Name | Description |
---|---|
Active |
Gets or sets the active document.
Inherited from Navigation |
Can |
Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
Can |
Returns whether backward navigation can be performed.
Inherited from Navigation |
Can |
Returns whether forward navigation can be performed.
Inherited from Navigation |
Can |
Gets a value indicating whether a Navigation |
Current |
Returns the current View |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Documents |
Gets the collection of existing documents.
Inherited from Navigation |
Frame | Gets or sets the Frame to which the current service is associated. |
Has |
Gets a value that indicates whether one or more Animation |
Is |
Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Prefetched |
Gets or sets the collection of the predefined objects to display within the associated frame. |
Show |
Gets or sets whether this Frame |
Source |
Gets or sets the View, initially displayed by the Navigation |
Splash |
Gets or sets a splash screen service associated with this Frame |
Unregister |
Gets or sets whether to unregister the service when the associated View is unloaded. This is a dependency property.
Inherited from Service |
View |
Specifies the view locator.
Inherited from View |
View |
Specifies the view template.
Inherited from View |
View |
Specifies the template selector that chooses a view template based on the passed view model.
Inherited from View |
See Also