ComponentOne Basic Library for WPF and Silverlight
Resources Property (C1SlideContentControl)


C1.WPF Namespace > C1SlideContentControl Class : Resources Property
Syntax
'Declaration
 
<System.Windows.Markup.AmbientAttribute()>
Public Property Resources As System.Windows.ResourceDictionary
'Usage
 
Dim instance As C1SlideContentControl
Dim value As System.Windows.ResourceDictionary
 
instance.Resources = value
 
value = instance.Resources
[System.Windows.Markup.Ambient()]
public System.Windows.ResourceDictionary Resources {get; set;}
See Also

Reference

C1SlideContentControl Class
C1SlideContentControl Members