Skip to main content

FlyoutPanel.ShowBeakForm(Point) Method

Displays the current FlyoutPanel as a beak form at the specified position using an animation effect specified by the OptionsBeakForm.AnimationType property.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void ShowBeakForm(
    Point location
)

Parameters

Name Type Description
location Point

A System.Drawing.Point object that specifies the location on the screen where the beak form should be displayed.

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. The loc parameter allows you to specify the location on the screen where the beak form should be displayed.

To hide a displayed beak form, use the FlyoutPanel.HideBeakForm method.

See Also