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 |
---|
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 |