BlurEffectStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates blur effect styles.
public enum class BlurEffectStyle
public enum BlurEffectStyle
type BlurEffectStyle =
Public Enum BlurEffectStyle
- Inheritance
-
BlurEffectStyle
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates no blur. |
ExtraLight | 1 | Available in iOS 8.0 and later. |
Light | 2 | Available in iOS 8.0 and later. |
Dark | 3 | Available in iOS 8.0 and later. |