ResourceDictionary.MergedWith 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.
Caution
Use Source
Gets or sets the type of object with which the resource dictionary is merged.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("Use Source")]
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.TypeTypeConverter))]
public Type MergedWith { get; set; }
member this.MergedWith : Type with get, set
Property Value
System.Type
The type of object with which the resource dictionary is merged, or null if the dictionary is not merged with another.
- Attributes