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 BlurEffectStyle
type BlurEffectStyle =
- Inheritance
-
System.EnumBlurEffectStyle
Fields
Name | Value | Description |
---|---|---|
None | 0 | Indicates no blur. |
ExtraLight | 1 | Indicates an extra light blur. |
Light | 2 | Indicates a light blur. |
Dark | 3 | Indicates a dark blur. |