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.v19.1.dll

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