Skip to main content

WindowService Properties

Allows you to show your views as windows and control them from your ViewModels.
Name Description
AllowSetWindowOwner Gets or sets whether the service specifies the window’s owner. This is a dependency property.
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.
Title Gets or sets the service window’s title. 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.
WindowShowMode Gets or sets the current service window’s show mode (modeless/modal). This is a dependency property.
WindowStartupLocation Gets or sets the service window’s position when it first shown. This is a dependency property.
WindowStyle Gets or sets the style applied to the service window. This is a dependency property.
WindowType Gets or sets the current service window type. This is a dependency property.
See Also