FrameworkTemplate.Resources Property

Definition

Gets or sets the collection of resources that can be used within the scope of this template.

C#
public System.Windows.ResourceDictionary Resources { get; set; }
C#
[System.Windows.Markup.Ambient]
public System.Windows.ResourceDictionary Resources { get; set; }

Property Value

The resources that can be used within the scope of this template.

Attributes

Remarks

XAML Property Element Usage

XAML
<object>  
  <object.Resources>  
    oneOrMoreResourceElements  
  </object.Resources>  
</object>

-or-

XAML
<object>  
  <object.Resources>  
    <ResourceDictionary Source="externalDictionarySource"/>  
  </object.Resources>  
</object>  

XAML Values

oneOrMoreResourceElements
One or more resource elements. To be referenced later in either StaticResource Markup Extension or DynamicResource Markup Extension syntax in XAML, a resource element MUST have an x:Key attribute.

<ResourceDictionary Source="externalDictionarySource"/>
An external file that defines a ResourceDictionary.

Applies to

Tuote Versiot
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10