Skip to main content

DialogService Properties

Provides methods to show a dialog window.
Name Description
DialogStyle Gets or sets the style of a displayed dialog window. This is a dependency property.
DialogWindowStartupLocation Gets or sets the startup location of a displayed dialog window. 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.
SetWindowOwner Specifies whether the Owner property of the dialog window needs to be set. This is a dependency property.
Title Gets or sets a value specifying the dialog title.
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