Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 787 Bytes

resourcedictionary_source.md

File metadata and controls

31 lines (20 loc) · 787 Bytes
-api-id -api-type
P:Windows.UI.Xaml.ResourceDictionary.Source
winrt property

Windows.UI.Xaml.ResourceDictionary.Source

-description

Gets or sets a Uniform Resource Identifier (URI) that provides the source location of a merged resource dictionary.

-xaml-syntax

<ResourceDictionary Source="uri"/>

-property-value

A Uniform Resource Identifier (URI) that provides the source location of a merged resource dictionary. This is typically a path that references a XAML resource within the app, or a reference to a loose XAML file.

-remarks

-examples

-see-also

ResourceDictionary and XAML resource references