Share via


UIBlurEffectStyle Enum

Definition

Enumerates the types of blur effect supported by UIBlurEffect.

[ObjCRuntime.Native]
public enum UIBlurEffectStyle
[<ObjCRuntime.Native>]
type UIBlurEffectStyle = 
Inheritance
UIBlurEffectStyle
Attributes

Fields

Name Value Description
ExtraLight 0

The blur effect is much lighter than the view.

Light 1

The blur effect is a little lighter than the view.

Dark 2

The blur effect is darker than the view.

ExtraDark 3

The blur effect is much darker than the view.

Regular 4

The normal blur effect for the UI style.

Prominent 5

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

SystemUltraThinMaterial 6
SystemThinMaterial 7
SystemMaterial 8
SystemThickMaterial 9
SystemChromeMaterial 10
SystemUltraThinMaterialLight 11
SystemThinMaterialLight 12
SystemMaterialLight 13
SystemThickMaterialLight 14
SystemChromeMaterialLight 15
SystemUltraThinMaterialDark 16
SystemThinMaterialDark 17
SystemMaterialDark 18
SystemThickMaterialDark 19
SystemChromeMaterialDark 20

Applies to

See also