2 references to ModalPresentationStyleProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\Page.cs (2)
290
return (UIModalPresentationStyle)element.GetValue(
ModalPresentationStyleProperty
);
300
element.SetValue(
ModalPresentationStyleProperty
, value);