Back to Devexpress

FlyoutBase.IndicatorDirection Property

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-native-dot-flyoutbase-fc00b178.md

latest1.4 KB
Original Source

FlyoutBase.IndicatorDirection Property

Gets the current direction of the tooltip indicator.

Namespace : DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public IndicatorDirection IndicatorDirection { get; protected set; }
vb
Public Property IndicatorDirection As IndicatorDirection

Property Value

TypeDescription
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

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace