Enum PropertyType
Definition
- Assembly:
- Tizen.NUI.dll
This specifies all the property types.
Enumeration for the property types supported.
C#Copypublic enum PropertyType
| Name | Description |
|---|---|
| Array | An array of PropertyValue. |
| Boolean | A boolean type. |
| Extents | An extents type. |
| Float | A float type. |
| Integer | An integer type. |
| Map | A string key to PropertyValue mapping. |
| Matrix | A 4x4 matrix. |
| Matrix3 | A 3x3 matrix. |
| None | No type. |
| Rectangle | An integer array of size=4. |
| Rotation | Either a quaternion or an axis angle rotation. |
| String | A string type. |
| Vector2 | A vector array of size=2 with float precision. |
| Vector3 | A vector array of size=3 with float precision. |
| Vector4 | A vector array of size=4 with float precision. |