Class ResourceDictionary

ResourceDictionary class

The resource dictionary. The FixedPage.Resources and Canvas.Resources property elements contain exactly one ResourceDictionary element. A resource dictionary contains resource definition element entries. Each resource definition has a key specified in the x:Key attribute that is unique within the scope of the resource dictionary. The x:Key attribute is included in the Resource Dictionary.

public class ResourceDictionary

Constructors

NameDescription
ResourceDictionary()The default constructor.

Properties

NameDescription
Items { get; set; }Gets or sets the items. Defines a set of reusable resource definitions that can be used as property values in the fixed page markup.
Source { get; set; }Gets or sets the source. Specifies the URI of a part containing markup for a resource dictionary. The URI MUST refer to a part in the package

See Also