Back to Devexpress

FlyoutBase.TargetBounds Property

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-native-dot-flyoutbase-83248a10.md

latest1.5 KB
Original Source

FlyoutBase.TargetBounds Property

The rectangle relative to which the popup is placed when it opens. This is a dependency property.

Namespace : DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Rect TargetBounds { get; set; }
vb
Public Property TargetBounds As Rect

Property Value

TypeDescription
Rect

A Rect object that is the rectangle relative to which the popup is placed.

|

Remarks

If the FlyoutBase.PlacementTarget property is set to null , the flyout popup is placed relative to the rectangle specified by the TargetBounds property.

See Also

PlacementTarget

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace