'Declaration
<System.Windows.Markup.AmbientAttribute()> Public Property Resources As System.Windows.ResourceDictionary
'Usage
Dim instance As SheetPresenter Dim value As System.Windows.ResourceDictionary instance.Resources = value value = instance.Resources
[System.Windows.Markup.Ambient()] public System.Windows.ResourceDictionary Resources {get; set;}
public read-write property Resources: System.Windows.ResourceDictionary;
System.Windows.Markup.AmbientAttribute()
public function get,set Resources : System.Windows.ResourceDictionary