public abstract class PopupFlyoutBase : FlyoutBase,
IPopupHostProviderPublic MustInherit Class PopupFlyoutBase
Inherits FlyoutBase
Implements IPopupHostProvider[<AbstractClassAttribute>]
type PopupFlyoutBase =
class
inherit FlyoutBase
interface IPopupHostProvider
end| PopupFlyoutBase | Initializes a new instance of the PopupFlyoutBase class |
| CustomPopupPlacementCallback | Gets or sets a delegate handler method that positions the Popup control, when Placement is set to Custom. |
| HorizontalOffset | Gets or sets the Horizontal offset of the popup in relation to the PlacementTarget. |
| InheritanceParent | (Inherited from AvaloniaObject) |
| IsOpen |
Gets whether this Flyout is currently Open
(Inherited from FlyoutBase) |
| Item | (Inherited from AvaloniaObject) |
| Item | (Inherited from AvaloniaObject) |
| OverlayDismissEventPassThrough | Gets or sets a value indicating whether the event that closes the flyout is passed through to the parent window. |
| OverlayInputPassThroughElement | Gets or sets an element that should receive pointer input events even when underneath the flyout's overlay. |
| Placement | Gets or sets the desired placement of the popup in relation to the PlacementTarget. |
| PlacementAnchor | Gets or sets the anchor point on the PlacementRect when Placement is AnchorAndGravity. |
| 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. |
| PlacementGravity | Gets or sets a value which defines in what direction the popup should open when Placement is AnchorAndGravity. |
| Popup | |
| ShowMode | Gets or sets the desired ShowMode |
| 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. |
| Bind(AvaloniaProperty, IBinding) | (Inherited from AvaloniaObject) |
| Bind(AvaloniaProperty, IObservableObject, BindingPriority) | (Inherited from AvaloniaObject) |
| Bind``1(DirectPropertyBaseUMP, IObservableUMP) | (Inherited from AvaloniaObject) |
| Bind``1(DirectPropertyBaseUMP, IObservableBindingValueUMP) | (Inherited from AvaloniaObject) |
| Bind``1(DirectPropertyBaseUMP, IObservableObject) | (Inherited from AvaloniaObject) |
| Bind``1(StyledPropertyUMP, IObservableUMP, BindingPriority) | (Inherited from AvaloniaObject) |
| Bind``1(StyledPropertyUMP, IObservableBindingValueUMP, BindingPriority) | (Inherited from AvaloniaObject) |
| Bind``1(StyledPropertyUMP, IObservableObject, BindingPriority) | (Inherited from AvaloniaObject) |
| CheckAccess | (Inherited from AvaloniaObject) |
| ClearValue(AvaloniaProperty) | (Inherited from AvaloniaObject) |
| ClearValue``1(AvaloniaPropertyUMP) | (Inherited from AvaloniaObject) |
| ClearValue``1(DirectPropertyBaseUMP) | (Inherited from AvaloniaObject) |
| ClearValue``1(StyledPropertyUMP) | (Inherited from AvaloniaObject) |
| CoerceValue(AvaloniaProperty) | (Inherited from AvaloniaObject) |
| CreatePresenter | Used to create the content the Flyout displays |
| Equals(Object) | (Inherited from AvaloniaObject) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetBaseValue``1(StyledPropertyUMP) | (Inherited from AvaloniaObject) |
| GetHashCode | (Inherited from AvaloniaObject) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| GetValue(AvaloniaProperty) | (Inherited from AvaloniaObject) |
| GetValue``1(DirectPropertyBaseUMP) | (Inherited from AvaloniaObject) |
| GetValue``1(StyledPropertyUMP) | (Inherited from AvaloniaObject) |
| Hide |
Hides the Flyout
(Overrides FlyoutBaseHide) |
| HideCore(Boolean) | |
| IsAnimating(AvaloniaProperty) | (Inherited from AvaloniaObject) |
| IsSet(AvaloniaProperty) | (Inherited from AvaloniaObject) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OnClosed | (Inherited from FlyoutBase) |
| OnClosing(CancelEventArgs) | |
| OnOpened | (Inherited from FlyoutBase) |
| OnOpening(CancelEventArgs) | |
| OnPropertyChanged(AvaloniaPropertyChangedEventArgs) | (Inherited from AvaloniaObject) |
| OnPropertyChangedCore(AvaloniaPropertyChangedEventArgs) | (Inherited from AvaloniaObject) |
| RaisePropertyChanged``1(DirectPropertyBaseUMP, UMP, UMP) | (Inherited from AvaloniaObject) |
| SetAndRaise``1(DirectPropertyBaseUMP, UMP, UMP) | (Inherited from AvaloniaObject) |
| SetCurrentValue(AvaloniaProperty, Object) | (Inherited from AvaloniaObject) |
| SetCurrentValue``1(StyledPropertyUMP, UMP) | (Inherited from AvaloniaObject) |
| SetValue(AvaloniaProperty, Object, BindingPriority) | (Inherited from AvaloniaObject) |
| SetValue``1(DirectPropertyBaseUMP, UMP) | (Inherited from AvaloniaObject) |
| SetValue``1(StyledPropertyUMP, UMP, BindingPriority) | (Inherited from AvaloniaObject) |
| ShowAt(Control) |
Shows the Flyout at the given Control
(Overrides FlyoutBaseShowAt(Control)) |
| ShowAt(Control, Boolean) | Shows the Flyout for the given control at the current pointer location, as in a ContextFlyout |
| ShowAtCore(Control, Boolean) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| UpdateDataValidation(AvaloniaProperty, BindingValueType, Exception) | (Inherited from AvaloniaObject) |
| VerifyAccess | (Inherited from AvaloniaObject) |
| Closed | (Inherited from FlyoutBase) |
| Closing | |
| Opened | (Inherited from FlyoutBase) |
| Opening | |
| PropertyChanged | (Inherited from AvaloniaObject) |
| CustomPopupPlacementCallbackProperty | Defines the CustomPopupPlacementCallback property. |
| HorizontalOffsetProperty | Defines the HorizontalOffset property. |
| OverlayDismissEventPassThroughProperty | Defines the OverlayDismissEventPassThrough property |
| OverlayInputPassThroughElementProperty | Defines the OverlayInputPassThroughElement property |
| PlacementAnchorProperty | Defines the PlacementAnchor property. |
| PlacementConstraintAdjustmentProperty | Defines the PlacementConstraintAdjustment property |
| PlacementGravityProperty | Defines the PlacementAnchor property. |
| PlacementProperty | Defines the Placement property. |
| ShowModeProperty | Defines the ShowMode property |
| VerticalOffsetProperty | Defines the VerticalOffset property. |