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

FlyoutBase.IndicatorDirection Property

Gets the current direction of the tooltip indicator.

Namespace: DevExpress.Xpf.Editors.Flyout.Native

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

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

Declaration

public IndicatorDirection IndicatorDirection { get; protected set; }

Property Value

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

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

Remarks

The tooltip indicator visually connects the tooltip with its target specified by the FlyoutBase.PlacementTarget property.

See Also