Flyout Properties
Properties
Content | Gets or sets the content to display in this flyout |
CustomPopupPlacementCallback | Gets or sets a delegate handler method that positions the Popup control, when Placement is set to Custom. (Inherited from PopupFlyoutBase) |
FlyoutPresenterClasses | Gets the Classes collection to apply to the FlyoutPresenter this Flyout is hosting |
FlyoutPresenterTheme | Gets or sets the ControlTheme that is applied to the container element generated for the flyout presenter. |
HorizontalOffset | Gets or sets the Horizontal offset of the popup in relation to the PlacementTarget. (Inherited from PopupFlyoutBase) |
InheritanceParent | Gets or sets the parent object that inherited AvaloniaProperty values are inherited from. (Inherited from AvaloniaObject) |
IsOpen | Gets whether this Flyout is currently Open (Inherited from FlyoutBase) |
Item(AvaloniaProperty) | Gets or sets the value of a AvaloniaProperty. (Inherited from AvaloniaObject) |
Item(IndexerDescriptor) | Gets or sets a binding for a AvaloniaProperty. (Inherited from AvaloniaObject) |
OverlayDismissEventPassThrough | Gets or sets a value indicating whether the event that closes the flyout is passed through to the parent window. (Inherited from PopupFlyoutBase) |
OverlayInputPassThroughElement | Gets or sets an element that should receive pointer input events even when underneath the flyout's overlay. (Inherited from PopupFlyoutBase) |
Placement | Gets or sets the desired placement of the popup in relation to the PlacementTarget. (Inherited from PopupFlyoutBase) |
PlacementAnchor | Gets or sets the anchor point on the PlacementRect when Placement is AnchorAndGravity. (Inherited from PopupFlyoutBase) |
PlacementConstraintAdjustment | Gets or sets a value describing how the popup position will be adjusted if the unadjusted position would result in the popup being partly constrained. (Inherited from PopupFlyoutBase) |
PlacementGravity | Gets or sets a value which defines in what direction the popup should open when Placement is AnchorAndGravity. (Inherited from PopupFlyoutBase) |
Popup | (Inherited from PopupFlyoutBase) |
ShowMode | Gets or sets the desired ShowMode (Inherited from PopupFlyoutBase) |
Target | Gets the Target used for showing the Flyout (Inherited from FlyoutBase) |
VerticalOffset | Gets or sets the Vertical offset of the popup in relation to the PlacementTarget. (Inherited from PopupFlyoutBase) |