9 references to UIModalPresentationStyle
Microsoft.Maui.Controls (9)
PlatformConfiguration\iOSSpecific\Page.cs (9)
259
BindableProperty.Create(nameof(ModalPresentationStyle), typeof(
UIModalPresentationStyle
), typeof(Page),
UIModalPresentationStyle
.FullScreen);
266
public static
UIModalPresentationStyle
ModalPresentationStyle(this IPlatformElementConfiguration<iOS, FormsElement> config)
277
public static IPlatformElementConfiguration<iOS, FormsElement> SetModalPresentationStyle(this IPlatformElementConfiguration<iOS, FormsElement> config,
UIModalPresentationStyle
value)
284
/// Gets the current value of the <see cref="
UIModalPresentationStyle
"/> enumeration that's applied to the <see cref="Page"/>.
287
/// <returns>The current value of the <see cref="
UIModalPresentationStyle
" /> enumeration that's applied to the <paramref name="element" />.</returns>
288
public static
UIModalPresentationStyle
GetModalPresentationStyle(BindableObject element)
290
return (
UIModalPresentationStyle
)element.GetValue(ModalPresentationStyleProperty);
298
static void SetModalPresentationStyle(BindableObject element,
UIModalPresentationStyle
value)