Skip to main content
A newer version of this page is available. .

FlyoutSettings.GetIndicatorDirection(FlyoutPlacement) Method

Gets the indicator direction corresponding to the flyout placement.

Namespace: DevExpress.Xpf.Editors.Flyout

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

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

Declaration

public override IndicatorDirection GetIndicatorDirection(
    FlyoutPlacement placement
)

Parameters

Name Type Description
placement FlyoutPlacement

A FlyoutPlacement enumeration value.

Returns

Type Description
DevExpress.Xpf.Editors.Flyout.Native.IndicatorDirection

A DevExpress.Xpf.Editors.Flyout.Native.IndicatorDirection enumeration value.

See Also