Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 717 Bytes

xamluipresenter_themeresourcesxaml.md

File metadata and controls

23 lines (16 loc) · 717 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Hosting.XamlUIPresenter.ThemeResourcesXaml
winrt property

Windows.UI.Xaml.Hosting.XamlUIPresenter.ThemeResourcesXaml

-description

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.

-property-value

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.

-examples

-see-also