Enum WindowBlurType
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration of window blur type.
public enum WindowBlurType
Fields
| Name | Description |
|---|---|
| Background | background blur for the window. It has a blur effect ot th background area of the window, making it appear blurred. |
| Behind | behind blur for the window. It has a blur effect ot th beind area of except the window background. |
| None | None type. |