wpf-devexpress-dot-xpf-dot-core-db4052cd.md
Lists the title alignment positions.
Namespace : DevExpress.Xpf.Core
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public enum WindowTitleAlignment
Public Enum WindowTitleAlignment
| Name | Description |
|---|---|
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:
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