Class MultiTrigger

    Definition

    Namespace:
    Tizen.NUI.Binding
    Assembly:
    Tizen.NUI.dll
    public sealed class MultiTrigger : TriggerBase, IDynamicResourceHandler
    Inheritance
    object
    BindableObject
    TriggerBase
    MultiTrigger
    Implements
    IDynamicResourceHandler

    Constructors

    View Source

    MultiTrigger(Type)

    Declaration
    public MultiTrigger(Type targetType)
    Parameters
    Type Name Description
    Type targetType

    Properties

    View Source

    Conditions

    Declaration
    public IList<Condition> Conditions { get; }
    Property Value
    Type Description
    IList<><Condition>
    View Source

    Setters

    Declaration
    public IList<Setter> Setters { get; }
    Property Value
    Type Description
    IList<><Setter>

    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