Back to Devexpress

WindowService.WindowStyle Property

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

latest1.1 KB
Original Source

WindowService.WindowStyle Property

Gets or sets the style applied to the service window. This is a dependency property.

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Style WindowStyle { get; set; }
vb
Public Property WindowStyle As Style

Property Value

TypeDescription
Style

A Style object that represents the style applied to the service window.

|

See Also

WindowService Class

WindowService Members

DevExpress.Mvvm.UI Namespace