Enum ReleasePolicyType

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    Specifies the release policy types.
    Decides if the image should be cached in different conditions.

    public enum ReleasePolicyType

    Fields

    Name Description
    Destroyed

    Image is only released when visual is destroyed.

    Detached

    Image is released when visual detached from scene.

    Never

    Image is not released.

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