Class XamlStyle

    Definition

    Namespace:
    Tizen.NUI.Binding
    Assembly:
    Tizen.NUI.dll
    public sealed class XamlStyle
    Inheritance
    object
    XamlStyle

    Constructors

    View Source

    XamlStyle(Type)

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

    Properties

    View Source

    ApplyToDerivedTypes

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

    BasedOn

    Declaration
    public XamlStyle BasedOn { get; set; }
    Property Value
    Type Description
    XamlStyle
    View Source

    BaseResourceKey

    Declaration
    public string BaseResourceKey { get; set; }
    Property Value
    Type Description
    string
    View Source

    CanCascade

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

    Class

    Declaration
    public string Class { get; set; }
    Property Value
    Type Description
    string
    View Source

    Setters

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

    TargetType

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

    Triggers

    Declaration
    public IList<TriggerBase> Triggers { get; }
    Property Value
    Type Description
    IList<><TriggerBase>

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    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