Class ThemeResourcePathExtension

    Definition

    Namespace:
    Tizen.NUI.Xaml
    Assembly:
    Tizen.NUI.dll

    The class to support theme resource path.

    public class ThemeResourcePathExtension : IMarkupExtension<string>, IMarkupExtension
    Inheritance
    object
    ThemeResourcePathExtension
    Implements
    IMarkupExtension<string>
    IMarkupExtension

    Constructors

    View Source

    ThemeResourcePathExtension()

    Declaration
    public ThemeResourcePathExtension()

    Properties

    View Source

    FilePath

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

    Methods

    View Source

    ProvideValue(IServiceProvider)

    Declaration
    public string ProvideValue(IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    IServiceProvider serviceProvider
    Returns
    Type Description
    string

    Explicit Interface Implementations

    View Source

    IMarkupExtension.ProvideValue(IServiceProvider)

    Declaration
    object IMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    IServiceProvider serviceProvider
    Returns
    Type Description
    object

    Implements

    IMarkupExtension<T>
    IMarkupExtension

    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