Enum PropertyAccessMode

    Definition

    Namespace:
    Tizen.NUI
    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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX