Skip to main content
All docs
V26.1
  • ThemedWindowOptions.SetRoundOnlyBottomContentCorners(DependencyObject, Boolean) Method

    Sets the value of the ThemedWindowOptions.RoundOnlyBottomContentCorners attached property to the specified ThemedWindowOptions.

    Namespace: DevExpress.Xpf.Core.Native

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

    Declaration

    public static void SetRoundOnlyBottomContentCorners(
        DependencyObject element,
        bool value
    )

    Parameters

    Name Type Description
    element DependencyObject

    An associated object.

    value Boolean

    The RoundOnlyBottomContentCorners property value.

    See Also