Enum AlphaFunction.Modes
Definition
- Assembly:
- Tizen.NUI.dll
This specifies which mode is set for AlphaFunction.
public enum AlphaFunction.Modes
Fields
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. |