ResourceDictionary.Source Property

Definition

Gets or sets the URI of the merged resource dictionary.

public:
 property Uri ^ Source { Uri ^ get(); void set(Uri ^ value); };
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.ResourceDictionary+RDSourceTypeConverter))]
public Uri Source { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.ResourceDictionary+RDSourceTypeConverter))>]
member this.Source : Uri with get, set
Public Property Source As Uri

Property Value

Uri

The URI of the merged resource dictionary.

Attributes

Applies to