PopupToolWindowAnchor Enum
Contains values that specify the position at which a FlyoutPanel is displayed relative to its owner.
Namespace: DevExpress.Utils.Win
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Members
Name | Description |
---|---|
Top
|
The panel is displayed at the owner’s top right corner in the original size specified by the Size property. When using the Popup |
Top
|
The panel is displayed at the owner’s top left corner in the original size specified by the Size property. When using the Popup |
Top
|
The panel, when displayed, is stretched along the owner’s top edge. |
Bottom
|
The panel, when displayed, is stretched along the owner’s bottom edge. |
Left
|
The panel, when displayed, is stretched along the owner’s left edge. |
Right
|
The panel, when displayed, is stretched along the owner’s right edge. |
Center
|
The panel is displayed at the center of the owner. The display size is specified by the panel’s Size property. |
Manual
|
The panel is displayed at the position specified by the Flyout |
#Related API Members
The following properties accept/return PopupToolWindowAnchor values:
#Remarks
Use the FlyoutPanelOptions.AnchorType property to control the position at which a FlyoutPanel is displayed relative to its owner (FlyoutPanel.OwnerControl).