Skip to main content

FlyoutBase.IndicatorDirection Property

Gets the current direction of the tooltip indicator.

Namespace: DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Package: 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