Share via


Page.GetPopoverRect(BindableObject) Method

Definition

Gets the current value of the UIModalPresentationStyle enumeration that's applied to the Page.

public:
 static System::Drawing::Rectangle GetPopoverRect(Microsoft::Maui::Controls::BindableObject ^ element);
public static System.Drawing.Rectangle GetPopoverRect(Microsoft.Maui.Controls.BindableObject element);
static member GetPopoverRect : Microsoft.Maui.Controls.BindableObject -> System.Drawing.Rectangle
Public Function GetPopoverRect (element As BindableObject) As Rectangle

Parameters

element
BindableObject

The BindableObject whose modal presentation style is being retrieved.

Returns

The current value of the UIModalPresentationStyle enumeration that's applied to the element.

Applies to