Class XamlResourceIdAttribute

    Definition

    Namespace:
    Tizen.NUI.Xaml
    Assembly:
    Tizen.NUI.dll
    public sealed class XamlResourceIdAttribute : Attribute
    Inheritance
    object
    XamlResourceIdAttribute

    Constructors

    View Source

    XamlResourceIdAttribute(string, string, Type)

    Declaration
    public XamlResourceIdAttribute(string resourceId, string path, Type type)
    Parameters
    Type Name Description
    string resourceId
    string path
    Type type

    Properties

    View Source

    Path

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

    ResourceId

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

    Type

    Declaration
    public Type Type { get; set; }
    Property Value
    Type Description
    Type

    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