Skip to main content

PopupFlyoutBase Properties

Properties

CustomPopupPlacementCallbackGets or sets a delegate handler method that positions the Popup control, when Placement is set to Custom.
HorizontalOffsetGets or sets the Horizontal offset of the popup in relation to the PlacementTarget.
InheritanceParentGets or sets the parent object that inherited AvaloniaProperty values are inherited from.
(Inherited from AvaloniaObject)
IsOpenGets 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)
OverlayDismissEventPassThroughGets or sets a value indicating whether the event that closes the flyout is passed through to the parent window.
OverlayInputPassThroughElementGets or sets an element that should receive pointer input events even when underneath the flyout's overlay.
PlacementGets or sets the desired placement of the popup in relation to the PlacementTarget.
PlacementAnchorGets or sets the anchor point on the PlacementRect when Placement is AnchorAndGravity.
PlacementConstraintAdjustmentGets or sets a value describing how the popup position will be adjusted if the unadjusted position would result in the popup being partly constrained.
PlacementGravityGets or sets a value which defines in what direction the popup should open when Placement is AnchorAndGravity.
Popup 
ShowModeGets or sets the desired ShowMode
TargetGets the Target used for showing the Flyout
(Inherited from FlyoutBase)
VerticalOffsetGets or sets the Vertical offset of the popup in relation to the PlacementTarget.

See Also

Reference

PopupFlyoutBase Class
Avalonia.Controls.Primitives Namespace