menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PopupOverlayMode - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PopupOverlayMode

    Defines constants that specifies whether the overlay should be transparent or blurred.

    Inheritance
    System.Object
    PopupOverlayMode
    Namespace: Syncfusion.Maui.Popup
    Assembly: Syncfusion.Maui.Popup.dll
    Syntax
    public sealed class PopupOverlayMode : Enum

    Fields

    Blur

    Specifies that the overlay will be blurred based on the intensity of BlurIntensity.

    Declaration
    public const PopupOverlayMode Blur
    Field Value
    Type
    PopupOverlayMode

    Transparent

    Specifies that the overlay will be transparent with opacity applied based on value of OverlayColor alpha.

    Declaration
    public const PopupOverlayMode Transparent
    Field Value
    Type
    PopupOverlayMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved