Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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