Skip to main content
All docs
V24.1

ThemedWindowOptions.GetRoundOnlyBottomContentCorners(DependencyObject) Method

Gets the value of the ThemedWindowOptions.RoundOnlyBottomContentCorners attached property for the specified ThemedWindowOptions.

Namespace: DevExpress.Xpf.Core.Native

Assembly: DevExpress.Xpf.Core.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static bool GetRoundOnlyBottomContentCorners(
    DependencyObject element
)

Parameters

Name Type Description
element DependencyObject

An associated object.

Returns

Type Description
Boolean

The RoundOnlyBottomContentCorners property value.

See Also