Back to Devexpress

FlyoutBase.GetIndicator(IndicatorDirection) Method

wpf-devexpress-dot-xpf-dot-editors-dot-flyout-dot-native-dot-flyoutbase-dot-getindicator-x28-devexpress-dot-xpf-dot-editors-dot-flyout-dot-native-dot-indicatordirection-x29.md

latest1.6 KB
Original Source

FlyoutBase.GetIndicator(IndicatorDirection) Method

Returns a UI element that is the indicator with the specified direction.

Namespace : DevExpress.Xpf.Editors.Flyout.Native

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public FrameworkElement GetIndicator(
    IndicatorDirection indicatorDirection
)
vb
Public Function GetIndicator(
    indicatorDirection As IndicatorDirection
) As FrameworkElement

Parameters

NameTypeDescription
indicatorDirectionDevExpress.Xpf.Editors.Flyout.Native.IndicatorDirection

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

|

Returns

TypeDescription
FrameworkElement

A FrameworkElement descendant that is the indicator.

|

See Also

FlyoutBase Class

FlyoutBase Members

DevExpress.Xpf.Editors.Flyout.Native Namespace