Class TriggerBase

    Definition

    Namespace:
    Tizen.NUI.Binding
    Assembly:
    Tizen.NUI.dll
    public abstract class TriggerBase : BindableObject, IDynamicResourceHandler
    Inheritance
    object
    BindableObject
    TriggerBase
    Derived
    DataTrigger
    DataTrigger
    EventTrigger
    EventTrigger
    MultiTrigger
    MultiTrigger
    Trigger
    Trigger
    Implements
    IDynamicResourceHandler

    Properties

    View Source

    EnterActions

    Declaration
    public IList<TriggerAction> EnterActions { get; }
    Property Value
    Type Description
    IList<><TriggerAction>
    View Source

    ExitActions

    Declaration
    public IList<TriggerAction> ExitActions { get; }
    Property Value
    Type Description
    IList<><TriggerAction>
    View Source

    IsSealed

    Declaration
    public bool IsSealed { get; }
    Property Value
    Type Description
    bool
    View Source

    TargetType

    Declaration
    public Type TargetType { get; }
    Property Value
    Type Description
    Type

    Implements

    IDynamicResourceHandler

    Extension Methods

    BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX