FlyoutBase.GetTargetBounds(UIElement, UIElement, Func<Rect>) Method
For internal use only.
Namespace: DevExpress.Xpf.Editors.Flyout.Native
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: 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