Page.GetPopoverRect(BindableObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.