FlyoutBase.IndicatorDirection Property
Gets the current direction of the tooltip indicator.
Namespace: DevExpress.Xpf.Editors.Flyout.Native
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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