XamlUIPresenter.ThemeResourcesXaml Property

Definition

Gets or sets the XAML that specifies a resource dictionary. The resource dictionary contains themes that the host should resolve and that should be applied to the content.

public:
 property Platform::String ^ ThemeResourcesXaml { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ThemeResourcesXaml();

void ThemeResourcesXaml(winrt::hstring value);
public string ThemeResourcesXaml { get; set; }
var string = xamlUIPresenter.themeResourcesXaml;
xamlUIPresenter.themeResourcesXaml = string;
Public Property ThemeResourcesXaml As String

Property Value

String

Platform::String

winrt::hstring

A XAML resource dictionary specified in string form.

Remarks

This property is expected to contain a string that can be parsed into a complete valid XAML resource dictionary, including all tagging, XAML namespaces specified, and so on.

Applies to