Skip to main content
A newer version of this page is available. .

WindowTitleAlignment Enum

Lists the title alignment positions.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public enum WindowTitleAlignment

Members

Name Description
Left

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

windowalignment-left

Center

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

WindowKind-Ribbon

Right

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

windowalignment-right

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