FlyoutBase.ShowAt Method

Definition

Overloads

ShowAt(FrameworkElement)

Shows the flyout placed in relation to the specified element.

ShowAt(DependencyObject, FlyoutShowOptions)

Shows the flyout placed in relation to the specified element using the specified options.

ShowAt(FrameworkElement)

Shows the flyout placed in relation to the specified element.

C#
[Windows.Foundation.Metadata.Overload("ShowAt")]
public void ShowAt(FrameworkElement placementTarget);

Parameters

placementTarget
FrameworkElement

The element to use as the flyout's placement target.

Attributes

Applies to

Windows App SDK 1.6 and other versions
Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

ShowAt(DependencyObject, FlyoutShowOptions)

Shows the flyout placed in relation to the specified element using the specified options.

C#
[Windows.Foundation.Metadata.Overload("ShowAtWithOptions")]
public void ShowAt(DependencyObject placementTarget, FlyoutShowOptions showOptions);

Parameters

placementTarget
DependencyObject

The element to use as the flyout's placement target.

showOptions
FlyoutShowOptions

The options to use when showing the flyout.

Attributes

Applies to

Windows App SDK 1.6 and other versions
Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6