Enum VisualBase.PropertyUpdateModeType

    Definition

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

    The update mode of this VisualBase property. Default is Auto.

    public enum VisualBase.PropertyUpdateModeType

    Fields

    Name Description
    Auto

    Update property automatically, by NUI event loop.

    Manual

    Update property manually. Need to call UpdateProperty() function manually to update property.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<VisualBase.PropertyUpdateModeType>(VisualBase.PropertyUpdateModeType, string)
    Extensions.LoadFromXaml<VisualBase.PropertyUpdateModeType>(VisualBase.PropertyUpdateModeType, string)
    Extensions.LoadFromXaml<VisualBase.PropertyUpdateModeType>(VisualBase.PropertyUpdateModeType, Type)
    Extensions.LoadFromXamlFile<VisualBase.PropertyUpdateModeType>(VisualBase.PropertyUpdateModeType, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX