DialDevicePicker.Show Method

Definition

Overloads

Show(Rect)

Displays the picker to the user. When called, the picker flies out from an edge of the provided rectangle.

Show(Rect, Placement)

Displays the picker to the user. When called, the picker flies out from the specified edge of the provided rectangle.

Show(Rect)

Displays the picker to the user. When called, the picker flies out from an edge of the provided rectangle.

public:
 virtual void Show(Rect selection) = Show;
/// [Windows.Foundation.Metadata.Overload("Show")]
void Show(Rect const& selection);
[Windows.Foundation.Metadata.Overload("Show")]
public void Show(Rect selection);
function show(selection)
Public Sub Show (selection As Rect)

Parameters

selection
Rect

The rectangle from which you want the picker to show.

Attributes

See also

Applies to

Show(Rect, Placement)

Displays the picker to the user. When called, the picker flies out from the specified edge of the provided rectangle.

public:
 virtual void Show(Rect selection, Placement preferredPlacement) = Show;
/// [Windows.Foundation.Metadata.Overload("ShowWithPlacement")]
void Show(Rect const& selection, Placement const& preferredPlacement);
[Windows.Foundation.Metadata.Overload("ShowWithPlacement")]
public void Show(Rect selection, Placement preferredPlacement);
function show(selection, preferredPlacement)
Public Sub Show (selection As Rect, preferredPlacement As Placement)

Parameters

selection
Rect

The rectangle from which you want the picker to show.

preferredPlacement
Placement

The edge from which you want the picker to show.

Attributes

See also

Applies to