Skip to main content

FlyoutBase.DpiAwareHelper.SizeToMonitor(FrameworkElement, Size) Method

Namespace: DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public static Size SizeToMonitor(
    FrameworkElement element,
    Size size
)

Parameters

Name Type
element FrameworkElement
size Size

Returns

Type
Size
See Also