Back to Devexpress

WindowService.WindowStartupLocation Property

wpf-devexpress-dot-mvvm-dot-ui-dot-windowservice.md

latest1.1 KB
Original Source

WindowService.WindowStartupLocation Property

Gets or sets the service window’s position when it first shown. This is a dependency property.

Namespace : DevExpress.Mvvm.UI

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public WindowStartupLocation WindowStartupLocation { get; set; }
vb
Public Property WindowStartupLocation As WindowStartupLocation

Property Value

TypeDescription
WindowStartupLocation

The service window’s position when it is first shown.

|

See Also

WindowService Class

WindowService Members

DevExpress.Mvvm.UI Namespace