Skip to main content
A newer version of this page is available. .

FlyoutBase.GetTargetBounds(UIElement, UIElement, Func<Rect>) Method

For internal use only.

Namespace: DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public virtual Rect GetTargetBounds(
    UIElement baseElement,
    UIElement element,
    Func<Rect> GetDefaultTargetBounds
)

Parameters

Name Type
baseElement UIElement
element UIElement
GetDefaultTargetBounds Func<Rect>

Returns

Type
Rect
See Also