Class StyleProperty<TView, TValue>

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll
    public class StyleProperty<TView, TValue> : IStyleProperty where TView : View
    Inheritance
    object
    StyleProperty<TView, TValue>
    Implements
    IStyleProperty

    Constructors

    View Source

    StyleProperty(Action<TView, TValue>)

    Declaration
    public StyleProperty(Action<TView, TValue> viewPropertySetter)
    Parameters
    Type Name Description
    Action<, ><TView, TValue> viewPropertySetter

    Methods

    View Source

    ApplyTo(View, object)

    Declaration
    public void ApplyTo(View view, object obj)
    Parameters
    Type Name Description
    View view
    object obj

    Implements

    IStyleProperty

    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