Back to Devexpress

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

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-native-dot-flyoutbase-dot-gettargetbounds-x28-system-dot-windows-dot-uielement-system-dot-windows-dot-uielement-system-dot-func-system-dot-windows-dot-rect-x29.md

latest1.8 KB
Original Source

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

For internal use only.

Namespace : DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public virtual Rect GetTargetBounds(
    UIElement baseElement,
    UIElement element,
    Func<Rect> GetDefaultTargetBounds
)
vb
Public Overridable Function GetTargetBounds(
    baseElement As UIElement,
    element As UIElement,
    GetDefaultTargetBounds As Func(Of Rect)
) As Rect

Parameters

NameType
baseElementUIElement
elementUIElement
GetDefaultTargetBoundsFunc<Rect>

Returns

Type
Rect

See Also

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace