FlyoutShowMode Enumeration

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum FlyoutShowMode

Members

Standard0 Behavior is typical of a flyout shown reactively, like a context menu. The open flyout takes focus. For a CommandBarFlyout, it opens in it's expanded state.
Transient1 Behavior is typical of a flyout shown proactively. The open flyout does not take focus.
TransientWithDismissOnPointerMoveAway2 The flyout exhibits Transient behavior while the cursor is close to it, but is dismissed when the cursor moves away.

See Also