Class XamlFilePathAttribute

    Definition

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

    Constructors

    View Source

    XamlFilePathAttribute(string)

    Declaration
    public XamlFilePathAttribute(string filePath = "")
    Parameters
    Type Name Description
    string filePath

    Properties

    View Source

    FilePath

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

    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