Interface IPropertySetter<TValue>

    Definition

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

    The interface for property setter.

    public interface IPropertySetter<TValue>

    Properties

    View Source

    Name

    The name of the property.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    string

    Methods

    View Source

    Invoke(object, TValue)

    Invokes property setter.

    Declaration
    void Invoke(object target, TValue value)
    Parameters
    Type Name Description
    object target
    TValue value

    Extension Methods

    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