Enum PropertyAccessMode
Definition
- Assembly:
- Tizen.NUI.dll
This specifies the property access mode types.
Enumeration for the access mode for custom properties.
public enum PropertyAccessMode
Fields
Name | Description |
---|---|
AccessModeCount | The number of access modes. |
Animatable | If the property can be animated or constrained. |
ReadOnly | If the property is read-only. |
ReadWrite | If the property is read or writeable. |