Skip to main content
All docs
V23.2

ThemedWindowOptions.RoundOnlyBottomContentCorners Attached Property

Gets or sets whether to round only bottom corners of the ThemedWindow‘s content.

Namespace: DevExpress.Xpf.Core.Native

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

NuGet Package: DevExpress.Wpf.Core

Declaration

Returns

Type Default Description
Boolean false

true to round only bottom corners of the displayed content. false to round all corners.

Remarks

If you apply a Windows 11 Theme or set the ThemedWindow.RoundCorners property to true, the ThemedWindow and its content are displayed with rounded corners. Set the RoundOnlyBottomContentCorners property to true to keep the window content’s top corners flat:

ThemedWindowOptions - RoundOnlyBottomContentCorners

See Also