ResourceDictionary.Source Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the URI of the merged resource dictionary.
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.ResourceDictionary/RDSourceTypeConverter))]
public Uri Source { get; set; }
member this.Source : Uri with get, set
Property Value
System.Uri
The URI of the merged resource dictionary.
- Attributes