Enum AlphaFunction.Modes

    Definition

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

    This specifies which mode is set for AlphaFunction.

    public enum AlphaFunction.Modes

    Fields

    Name Description
    Bezier

    The user has provided the control points of a bezier curve.

    BuiltinFunction

    The user has used a built-in function.

    CustomFunction

    The user has provided a custom function.

    CustomSpring

    The user has provided the spring data.

    Spring

    The user has provided the spring type.

    Extension Methods

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