WindowTitleAlignment Enum
Lists the title alignment positions.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Members
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. |
Related API Members
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