Skip to main content
A newer version of this page is available. .

FrameDocumentUIService Properties

Allows you to show documents in a NavigationFrame.
Name Description
ActiveDocument Gets or sets the active document. This is a dependency property.
ActiveView Gets the active view.
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. Inherited from FrameNavigationService.
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.
PageAdornerControlStyle Gets or sets the style applied to a document’s container (a PageAdornerControl object). This is a dependency property.
PageAdornerControlStyleSelector Gets or sets an object that chooses a style applied to a document’s container (a PageAdornerControl object). This is a dependency property.
PrefetchedSources Gets or sets the collection of the predefined objects to display within the associated frame. Inherited from FrameNavigationService.
ShowSplashScreen Gets or sets whether this FrameNavigationService should display a splash screen when loading. This is a dependency property. Inherited from FrameNavigationService.
Source Gets or sets the View, initially displayed by the NavigationFrame, related to this FrameNavigationService. Inherited from FrameNavigationService.
SplashScreenService Gets or sets a splash screen service associated with this FrameNavigationService. This is a dependency property. Inherited from FrameNavigationService.
UnregisterOnUnloaded 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