Gets the locally defined resource dictionary.

Namespace:  C1.Xaml
Assembly:  C1.Xaml (in C1.Xaml.dll)

Syntax

C#
public ResourceDictionary Resources { get; set; }
Visual Basic
Public Property Resources As ResourceDictionary
	Get
	Set

See Also