Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1StyleSelector Class / Resources Property

In This Topic
    Resources Property (C1StyleSelector)
    In This Topic
    Gets the locally defined resource dictionary.
    Syntax
    'Declaration
     
    
    Public Overridable Property Resources As ResourceDictionary
    public virtual ResourceDictionary Resources {get; set;}
    See Also