menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OverlayMode - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class OverlayMode

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

    Inheritance
    System.Object
    OverlayMode
    Namespace: Syncfusion.XForms.PopupLayout
    Assembly: Syncfusion.SfPopupLayout.XForms.dll
    Syntax
    public sealed class OverlayMode : Enum

    Fields

    Blur

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

    Declaration
    public const OverlayMode Blur
    Field Value
    Type
    OverlayMode

    Transparent

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

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