Back to Devexpress

WindowTitleAlignment Enum

wpf-devexpress-dot-xpf-dot-core-db4052cd.md

latest1.9 KB
Original Source

WindowTitleAlignment Enum

Lists the title alignment positions.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum WindowTitleAlignment
vb
Public Enum WindowTitleAlignment

Members

NameDescription
Left

Aligns the window’s title to the left side of the application’s header.

| | Center |

Aligns the window’s title to the center of the application’s header.

| | Right |

Aligns the window’s title to the right side of the application’s header.

|

The following properties accept/return WindowTitleAlignment values:

Remarks

Use the ThemedWindow.TitleAlignment property to change the application’s title alignment. You can use the ThemedWindow.WindowKind property to integrate the RibbonControl or DXTabControl with the ThemedWindow.

See Also

DevExpress.Xpf.Core Namespace