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 |