Xamarin.iOS

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OverlayMode

    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.iOS.PopupLayout
    Assembly: Syncfusion.SfPopupLayout.iOS.dll
    Syntax
    public sealed class OverlayMode : Enum

    Fields

    Blur

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

    Declaration
    public const OverlayMode Blur
    Field Value
    Type Description
    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 Description
    OverlayMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved