Enum AlphaFunction.Modes
Definition
- Assembly:
- Tizen.NUI.dll
This specifies which mode is set for AlphaFunction.
C#Copypublic enum AlphaFunction.Modes
| Name | Description |
|---|---|
| Bezier | The user has provided the control points of a bezier curve. |
| BuiltinFunction | The user has used a built-in function. |
| CustomFunction | The user has provided a custom function. |