Class PropertySetter<TView, TValue>

    Definition

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

    Describes a property setter.

    public class PropertySetter<TView, TValue> : IPropertySetter<TValue>
    Inheritance
    object
    PropertySetter<TView, TValue>
    Implements
    IPropertySetter<TValue>

    Constructors

    View Source

    PropertySetter(string, Action<TView, TValue>)

    Creates an instance of the PropertySetter class.

    Declaration
    public PropertySetter(string name, Action<TView, TValue> setter)
    Parameters
    Type Name Description
    string name

    The name of the property.

    Action<, ><TView, TValue> setter

    The action to set the property.

    Properties

    View Source

    Name

    The name of the property.

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

    Methods

    View Source

    Invoke(object, TValue)

    Invokes property setter.

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

    Implements

    IPropertySetter<TValue>

    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