FlyoutShowMode Enum

Namespace
Avalonia.Controls
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["FlyoutShowMode"] class Type type-node

Syntax

public enum FlyoutShowMode

Fields

Name Constant Value Summary
Standard 0
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.
static
Transient 1
Behavior is typical of a flyout shown proactively. The open flyout does not take focus. For a CommandBarFlyout, it opens in it's collapsed state.
static
TransientWithDismissOnPointerMoveAway 2
The flyout exhibits Transient behavior while the cursor is close to it, but is dismissed when the cursor moves away.
static

Extension Methods