Interface IResourcesProvider

    Definition

    Namespace:
    Tizen.NUI.Binding
    Assembly:
    Tizen.NUI.dll
    public interface IResourcesProvider

    Properties

    View Source

    IsResourcesCreated

    Check if resources created.

    Declaration
    bool IsResourcesCreated { get; }
    Property Value
    Type Description
    bool
    View Source

    XamlResources

    Saved xaml resources.

    Declaration
    ResourceDictionary XamlResources { get; set; }
    Property Value
    Type Description
    ResourceDictionary

    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