Enum LoadPolicyType

    Definition

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

    Specifies the load policy types.
    Decides when the image texture should be loaded.

    public enum LoadPolicyType

    Fields

    Name Description
    Attached

    Only load texture once the visual is attached, when the image needs to be shown.

    Immediate

    Load texture once the image source has been provided. Even if not being used yet.

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