Enum PropertyAccessMode

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

This specifies the property access mode types.
Enumeration for the access mode for custom properties.

C#
Copy
public enum PropertyAccessMode
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.