FlyoutPanel.ShowBeakForm(Rectangle, Point) Method
Displays the current FlyoutPanel as a beak form relative to the specified rectangle using an animation effect specified by the OptionsBeakForm.AnimationType property.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
rect | Rectangle | A Rectangle structure that specifies an area on the screen relative to which a beak form should be displayed. |
location | Point | A Point object that specifies the location on the screen where a beak form should be displayed if the rect parameter is Rectangle.Empty. |
Remarks
The ShowBeakForm method shows the current FlyoutPanel as a beak form using an animation effect specified by the OptionsBeakForm.AnimationType property. To specify the animation speed, use the FlyoutPanel.AnimationRate property.
To hide the displayed beak form, use the FlyoutPanel.HideBeakForm method.