UIBlurEffectStyle Enum

Definition

Enumerates the types of blur effect supported by UIBlurEffect.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIBlurEffectStyle
type UIBlurEffectStyle = 
Inheritance
UIBlurEffectStyle
Attributes

Fields

Dark 2

The blur effect is darker than the view.

ExtraDark 3

The blur effect is much darker than the view.

ExtraLight 0

The blur effect is much lighter than the view.

Light 1

The blur effect is a little lighter than the view.

Prominent 5

The blur effect adapts to the style of UI so that it is noticeable.

Regular 4

The normal blur effect for the UI style.

Applies to

See also