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.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See GetRoundOnlyBottomContentCorners(DependencyObject) and SetRoundOnlyBottomContentCorners(DependencyObject, Boolean).
Returns
| Type | Default | Description |
|---|---|---|
| Boolean | false |
|
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:

See Also