ResourceDictionary.MergedWith Property

Definition

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

The type of object with which the resource dictionary is merged, or null if the dictionary is not merged with another.

Attributes

Applies to