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 |