ShowAt(Control, Boolean) Method
Shows the Flyout for the given control at the current pointer location, as in a ContextFlyout
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public void ShowAt(
Control placementTarget,
bool showAtPointer
)
Public Sub ShowAt (
placementTarget As Control,
showAtPointer As Boolean
)
member ShowAt :
placementTarget : Control *
showAtPointer : bool -> unit
Parameters
See Also
Reference
PopupFlyoutBase Class
ShowAt Overload
Avalonia.Controls.Primitives Namespace